k12

Collection of cryptographic extendable output functions (XOFs) written in pure Rust

Latest version: 0.5.1 registry icon
Maintenance score
100
Safety score
100
Popularity score
2
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.5.1 0 0 0 0 0
0.5.0 0 0 0 0 0
0.4.0 0 0 0 0 0
0.3.0 0 0 0 0 0
0.2.1 0 0 0 0 0
0.2.0 0 0 0 0 0
0.1.0 0 0 0 0 0
0.0.1 0 0 0 0 0
0.0.0 0 0 0 0 0

Stability
Latest release:

0.5.1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant


Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant



RustCrypto: Extendable Output Functions (XOFs)

Project Chat dependency status Apache2/MIT licensed

Collection of cryptographic extendable output functions (XOFs) written in pure Rust.

All algorithms reside in separate crates and are implemented using traits from digest crate. Usage examples are provided in digest and hash implementation crate docs. Additionally all crates do not require the standard library (i.e. no_std capable) and can be easily used for bare-metal or WebAssembly programming by disabling default crate features.

Supported Algorithms

Algorithm Crate Crates.io Documentation MSRV
Ascon-XOF128 ascon‑xof128 crates.io Documentation 1.85
bash-prg-hash bash-prg‑hash crates.io Documentation 1.85
cSHAKE cshake crates.io Documentation 1.85
KangarooTwelve k12 crates.io Documentation 1.85
SHAKE shake crates.io Documentation 1.85
TurboSHAKE turboshake crates.io Documentation 1.85

License

All crates in this repository are licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.