1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-04 10:56:08 +02:00
BLAKE3/c/blake3_c_rust_bindings
Erik Johansson 0281f1ae16 Rename assembly files (blake3-* -> blake3_*)
This gives the assembly files the same prefix as the intrinsics files which
simplifies building when the build system should pick between the assembly and
the intrinsics files.
2020-02-12 23:08:44 +01:00
..
benches add blake3_c_rust_bindings for testing and benchmarking 2020-01-16 16:09:42 -05:00
src port compress_subtree_to_parent_node from Rust to C 2020-01-22 21:32:39 -05:00
Cargo.toml integrate assembly implementations into blake3_c_rust_bindings 2020-02-12 10:23:17 -05:00
README.md remove an obsolete remark about performance 2020-01-27 13:04:36 -05:00
build.rs Rename assembly files (blake3-* -> blake3_*) 2020-02-12 23:08:44 +01:00

These are Rust bindings for the C implementation of BLAKE3. As there is a native Rust implementation of BLAKE3 provided in this same repo, these bindings are not expected to be used in production. They're intended for testing and benchmarking.