1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-06-03 11:26:06 +02:00
BLAKE3/src
Cesar Eduardo Barros 9f509a8f1f Inline trivial functions
For the Read and Write traits, this also allows the compiler to see that
the return value is always Ok, allowing it to remove the Err case from
the caller as dead code.
2020-01-12 18:27:42 -05:00
..
avx2.rs correct the comments around SIMD rotations 2020-01-10 10:29:48 -05:00
c_avx512.rs rename "offset" to "counter" and always increment it by 1 2019-12-12 21:41:30 -05:00
c_neon.rs rename "offset" to "counter" and always increment it by 1 2019-12-12 21:41:30 -05:00
guts.rs Inline trivial functions 2020-01-12 18:27:42 -05:00
lib.rs Inline trivial functions 2020-01-12 18:27:42 -05:00
platform.rs rename "offset" to "counter" and always increment it by 1 2019-12-12 21:41:30 -05:00
portable.rs rename "offset" to "counter" and always increment it by 1 2019-12-12 21:41:30 -05:00
sse41.rs correct the comments around SIMD rotations 2020-01-10 10:29:48 -05:00
test.rs disambiguate the two test 2020-01-11 00:23:07 -05:00