You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
BLAKE3/src
Jack O'Connor 5dad698d3f test multiple initial counter values for hash_many
I'm adding the i32::MAX test case here because I personally screwed it
up while I was working on
https://github.com/BLAKE3-team/BLAKE3/issues/271. The correct
implementation of the carry bit is the ANDNOT of old high bit (1) and
the new high bit (0). Using XOR instead of ANDNOT gives the correct
answer in the overflow case, but it also reports an incorrect "extra"
overflow when the high bit goes from 0 to 1.
4 months ago
..
ffi_avx2.rs upgrade to arrayvec 0.7.0 2 years ago
ffi_avx512.rs upgrade to arrayvec 0.7.0 2 years ago
ffi_neon.rs upgrade to arrayvec 0.7.0 2 years ago
ffi_sse2.rs upgrade to arrayvec 0.7.0 2 years ago
ffi_sse41.rs upgrade to arrayvec 0.7.0 2 years ago
guts.rs more cleaup of undocumented API 2 years ago
join.rs add *_rayon methods 2 years ago
lib.rs Fix doc typo 8 months ago
platform.rs Implement better target detection for NEON 1 year ago
portable.rs upgrade to arrayvec 0.7.0 2 years ago
rust_avx2.rs upgrade to arrayvec 0.7.0 2 years ago
rust_sse2.rs upgrade to arrayvec 0.7.0 2 years ago
rust_sse41.rs upgrade to arrayvec 0.7.0 2 years ago
test.rs test multiple initial counter values for hash_many 4 months ago
traits.rs check the HMAC output bytes 1 year ago