1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-11-10 00:51:46 +01:00
BLAKE3/benches
Jack O'Connor 52ea6487f8 switch to representing CVs as words for the compression function
The portable implementation was getting slowed down by converting back
and forth between words and bytes.

I made the corresponding change on the C side first
(12a37be8b5),
and as part of this commit I'm re-vendoring the C code. I'm also
exposing a small FFI interface to C so that blake3_neon.c can link
against portable.rs rather than blake3_portable.c, see c_neon.rs.
2019-12-11 18:05:26 -05:00
..
bench.rs switch to representing CVs as words for the compression function 2019-12-11 18:05:26 -05:00