Registry / crypto / ripemd

ripemd

JSON →
library0.2.0rscratesunverified

Pure Rust implementation of the RIPEMD hash functions (RIPEMD-128, RIPEMD-160, etc.).

# Cargo.toml [dependencies] ripemd = "0.2.0"
INSTALL
IMPORT
SIG · RIPEMD
R
ripemd
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.

Ripemd160
use ripemd::Ripemd160;

Computes the RIPEMD-160 hash of a string.

use ripemd::Ripemd160; use hex_literal::hex; fn main() { let hash = Ripemd160::digest(b"hello world"); println!("RIPEMD-160: {: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
15 hits · last 30 days
node
14
Amazon
1
Resources
ripemd — cargo add ripemd · libregistry