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%
2025年10月26日 09:57:55 +01:00
fuzz Remove Into<Digest> for [u8; WIDTH] 2025年10月24日 16:51:57 +02:00
src Impleemnt order_theory traits 2025年10月26日 09:56:30 +01:00
.gitignore Sketch initial implementation 2025年10月02日 10:34:25 +02:00
Cargo.lock Bump version 0.4.3 2025年10月26日 09:57:55 +01:00
Cargo.toml Bump version 0.4.3 2025年10月26日 09:57:55 +01:00
CHANGELOG.md Bump version 0.4.3 2025年10月26日 09:57:55 +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.