1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-11-08 12:59:17 +01:00
official implementations of the BLAKE3 cryptographic hash function https://github.com/BLAKE3-team/BLAKE3
Go to file
2019-12-11 23:19:58 -05:00
.github/workflows run the test vectors on cross tests (ARM, MIPS) on CI 2019-12-11 23:19:58 -05:00
benches switch to representing CVs as words for the compression function 2019-12-11 18:05:26 -05:00
reference_impl s/subtree_stack/cv_stack/ in reference_impl.rs 2019-12-08 23:31:18 -05:00
src delete an unused import 2019-12-11 22:32:53 -05:00
test_vectors run the test vectors on cross tests (ARM, MIPS) on CI 2019-12-11 23:19:58 -05:00
.gitignore add portable.rs 2019-12-02 17:30:55 -05:00
build.rs switch to representing CVs as words for the compression function 2019-12-11 18:05:26 -05:00
Cargo.toml add ci.yml 2019-12-09 21:20:04 -05:00
CONTRIBUTING.md move authors to readme 2019-12-04 18:58:03 +01:00
README.md add a README badge for CI 2019-12-09 21:22:33 -05:00

BLAKE3 Actions Status

The Rust implementation of BLAKE3.