Skip to content

oconnor663/baokeshed

Repository files navigation

This repo was a prototype for BLAKE3, which was announced on 9 January 2020.

Baokeshed Actions Status

To build the command line utility:

cd baokeshed_bin
cargo build --release
./target/release/baokeshed --help

Other useful commands:

cargo doc --open
cargo test
cargo +nightly bench

# Benchmark the Rayon-based multithreaded implementation in Rust
cargo +nightly bench --features=rayon

# Benchmark SSE4.1, AVX2, and AVX512 implementations in C.
cargo +nightly bench --features=c_detect

# Benchmark the NEON implementation in C.
cargo +nightly bench --features=c_neon

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published