1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-23 21:17:06 +02:00
BLAKE3/src
Jack O'Connor 92d421dea1 add a larger test case
One thing I like to test is that, if I hack simd_degree to be higher
than MAX_SIMD_DEGREE, assertions fire. This requires a test case long
enough to exceed that number of chunks.
2020-01-22 21:19:47 -05:00
..
avx2.rs manually prefetch message blocks 2020-01-19 18:45:37 +00: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 expand comments about lazy merging 2020-01-21 12:09: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 manually prefetch message blocks 2020-01-19 18:45:37 +00:00
test.rs add a larger test case 2020-01-22 21:19:47 -05:00