mirror of https://github.com/BLAKE3-team/BLAKE3
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.
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 | 2 years ago | |
ffi_avx512.rs | 2 years ago | |
ffi_neon.rs | 2 years ago | |
ffi_sse2.rs | 2 years ago | |
ffi_sse41.rs | 2 years ago | |
guts.rs | 2 years ago | |
join.rs | 2 years ago | |
lib.rs | 8 months ago | |
platform.rs | 1 year ago | |
portable.rs | 2 years ago | |
rust_avx2.rs | 2 years ago | |
rust_sse2.rs | 2 years ago | |
rust_sse41.rs | 2 years ago | |
test.rs | 4 months ago | |
traits.rs | 1 year ago |