Skip to content

add BLAKE3 hash #13194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
187c8e9
add BLAKE3 hash
divinity76 Jan 19, 2024
14cd419
add HashTable *args
divinity76 Jan 19, 2024
fcc16d3
update github verify-generated-files
divinity76 Jan 19, 2024
bf8a527
(hopefully) fix MSVC build
divinity76 Jan 19, 2024
6634154
attempt MSVC fix
divinity76 Jan 19, 2024
6f40213
disable ARM Neon optimizations
divinity76 Jan 19, 2024
882466b
enable ARM Neon optimizations (tested on Oracle Cloud)
divinity76 Jan 19, 2024
61f4b26
Merge branch 'master' into hash-blake3
divinity76 Jan 29, 2024
012d660
fix path
divinity76 Jan 29, 2024
de9e7e9
Update ext/hash/config.w32
divinity76 Jan 29, 2024
6693562
remove unused file libblake3.pc.in
divinity76 Jan 30, 2024
ab2229e
Merge branch 'php:master' into hash-blake3
divinity76 Jan 30, 2024
2a040f7
Delete ext/hash/blake3/upstream_blake3/c/libblake3.pc.in
divinity76 Jan 30, 2024
9439644
add blake3 LICENSE
divinity76 Feb 2, 2024
d704780
Update ext/hash/config.m4
divinity76 Feb 3, 2024
f12caf0
Update ext/hash/config.m4
divinity76 Feb 3, 2024
1954b37
license headers
divinity76 Feb 3, 2024
9504fa1
php patches + optimized checkout
divinity76 Feb 4, 2024
2a2b5ad
Merge branch 'php:master' into hash-blake3
divinity76 Feb 7, 2024
06e5a75
Merge branch 'php:master' into hash-blake3
divinity76 Feb 8, 2024
ad9c31e
Merge branch 'php:master' into hash-blake3
divinity76 Feb 9, 2024
09a34ef
optimize neon loadu_128/storeu_128
divinity76 Feb 9, 2024
c9678bf
Merge branch 'master' into hash-blake3
divinity76 Jan 22, 2025
1f14967
update upstream blake3 1.5.5
divinity76 Jan 22, 2025
59be6da
apply https://github.com/BLAKE3-team/BLAKE3/pull/443
divinity76 Jan 22, 2025
2ed54b7
re-run CI (random MacOS timeout error, not my fault)
divinity76 Jan 22, 2025
b3e063e
remove controversial fetch_upstream_blake3.sh
divinity76 Jan 22, 2025
2bb1af7
Update ext/hash/hash_blake3.c
divinity76 Jan 24, 2025
cafc856
Update ext/hash/tests/hash_hmac_algos.phpt
divinity76 Jan 24, 2025
113c1fd
nits from review
divinity76 Jan 24, 2025
896351a
re-run CI (random network failure)
divinity76 Jan 24, 2025
8762e32
try to fix serialization
divinity76 Jan 24, 2025
b7f46f8
serialization still broken on 32bit
divinity76 Jan 24, 2025
263b2f6
attempt 32bit serialization fix
divinity76 Jan 24, 2025
afc0744
re-run CI (windows CI network failure)
divinity76 Jan 24, 2025
9bdcf12
Merge branch 'php:master' into hash-blake3
divinity76 Mar 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
re-run CI (windows CI network failure)
  • Loading branch information
divinity76 committed Jan 24, 2025
commit afc0744e1e2cbce94c15590c2130e577199cce7c

No changes to show.

This commit has no content.