Registry / crypto / shabal

shabal

JSON →
library0.5.0rscratesunverified

Shabal hash functions providing cryptographic hashing algorithms.

# Cargo.toml [dependencies] shabal = "0.5.0"
INSTALL
IMPORT
SIG · SHABAL
S
shabal
cryptorustv0.5.0
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.

Shabal256
use shabal::Shabal256;

Compute a Shabal-256 hash of a message.

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

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
Resources
shabal — cargo add shabal · libregistry