1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-06-21 02:59:19 +02:00
BLAKE3/src
Jack O'Connor 134bb24686 impl PartialEq<[u8]> for Hash 2021-02-28 17:50:06 -05: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 impl PartialEq<[u8]> for Hash 2021-02-28 17:50:06 -05: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 Cargo.toml: upgrade all non API breaking dependencies 2021-02-25 11:16:27 -05:00
traits.rs a little bit of cleanup and more testing 2020-06-14 14:35:47 -04:00