Registry / crypto / k12
library0.5.1rscratesunverified

Implementation of the KangarooTwelve family of extendable-output functions.

# Cargo.toml [dependencies] k12 = "0.5.1"
INSTALL
IMPORT
SIG · K12
K
k12
cryptorustv0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KangarooTwelve
use k12::KangarooTwelve;

Hashes data using KangarooTwelve and prints the digest.

use k12::KangarooTwelve; use hex_literal::hex; fn main() { let mut hasher = KangarooTwelve::new(); hasher.update(b"hello world"); let result = hasher.finalize(); println!("{:x}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
k12 — cargo add k12 · libregistry