1
0
Fork
You've already forked bab_rs
0
forked from worm-blossom/bab_rs
A Rust implementation of the Bab hash functions.
  • Rust 100%
2026年03月30日 19:40:55 +02:00
fuzz Remove Into<Digest> for [u8; WIDTH] 2025年10月24日 16:51:57 +02:00
src Wrought 2026年03月30日 19:40:55 +02:00
.gitignore Sketch initial implementation 2025年10月02日 10:34:25 +02:00
Cargo.lock Bump version to 0.5.0-alpha.3 2026年03月25日 17:33:55 +01:00
Cargo.toml Bump version to 0.5.0-alpha.3 2026年03月25日 17:33:55 +01:00
CHANGELOG.md Do not close consumer arguments 2026年03月25日 17:33:27 +01:00
LICENSE-APACHE Add crate metadata 2025年10月06日 20:45:33 +02:00
LICENSE-MIT Add crate metadata 2025年10月06日 20:45:33 +02:00
README.md Add crate metadata 2025年10月06日 20:45:33 +02:00

Bab in Rust

A Rust implementation of the Bab family of hash functions in general, and the WILLIAM3 instantiation in particular.

See the docs for more details.