Registry / crypto / fsb
library0.2.0rscratesunverified

FSB hash function implementation.

# Cargo.toml [dependencies] fsb = "0.2.0"
INSTALL
IMPORT
SIG · FSB
F
fsb
cryptorustv0.2.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.

Fsb
use fsb::Fsb;

Computes an FSB hash.

use fsb::Fsb; fn main() { let hash = Fsb::digest(b"data"); println!("{:x}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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