1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-09 03:26:16 +02:00
BLAKE3/src
Jack O'Connor ae3e8e6b3a add more test cases at shorter input lengths 2020-09-29 10:51:49 -04:00
..
ffi_avx2.rs refactor the Cargo feature set 2020-03-29 18:02:03 -04:00
ffi_avx512.rs refactor the Cargo feature set 2020-03-29 18:02:03 -04:00
ffi_neon.rs refactor the Cargo feature set 2020-03-29 18:02:03 -04:00
ffi_sse2.rs Start SSE2 implementation based on SSE4.1 version 2020-08-24 00:54:46 -04:00
ffi_sse41.rs refactor the Cargo feature set 2020-03-29 18:02:03 -04:00
guts.rs Inline trivial functions 2020-01-12 18:27:42 -05:00
join.rs document optional Cargo features on docs.rs 2020-02-12 14:20:11 -05:00
lib.rs cargo fmt 2020-09-10 15:55:02 -04:00
platform.rs add the dynamic check for SSE2 support 2020-08-31 18:25:38 -04:00
portable.rs rename "offset" to "counter" and always increment it by 1 2019-12-12 21:41:30 -05:00
rust_avx2.rs cargo fmt 2020-09-10 15:55:02 -04:00
rust_sse2.rs cargo fmt 2020-09-10 15:55:02 -04:00
rust_sse41.rs cargo fmt 2020-09-10 15:55:02 -04:00
test.rs add more test cases at shorter input lengths 2020-09-29 10:51:49 -04:00
traits.rs a little bit of cleanup and more testing 2020-06-14 14:35:47 -04:00