1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2025-01-21 15:50:01 +01:00
BLAKE3/src
2020-02-12 10:23:17 -05:00
..
c_avx2.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
c_avx512.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
c_neon.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
c_sse41.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
guts.rs Inline trivial functions 2020-01-12 18:27:42 -05:00
join.rs Hasher::update_with_join 2020-02-06 15:07:15 -05:00
lib.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
platform.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
portable.rs rename "offset" to "counter" and always increment it by 1 2019-12-12 21:41:30 -05:00
rust_avx2.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
rust_sse41.rs integrate assembly implementations into the blake3 crate 2020-02-12 10:23:17 -05:00
test.rs test a couple more reset() cases 2020-02-12 10:22:54 -05:00
traits.rs re-export digest and crypto_mac 2020-02-04 10:02:46 -05:00