Registry / crypto / ripemd320

ripemd320

JSON →
library0.10.0rscratesunverified

Deprecated. Use the ripemd crate instead.

# Cargo.toml [dependencies] ripemd320 = "0.10.0"
INSTALL
IMPORT
SIG · RIPEMD320
R
ripemd320
cryptorustv0.10.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.

Ripemd320
use ripemd320::Ripemd320;

Computes a RIPEMD-320 hash (deprecated).

use ripemd320::Ripemd320; fn main() { let hash = Ripemd320::digest(b"hello"); println!("{:x}", hash); }
Debug
Known issues
breakingThis crate is deprecated; use the ripemd crate instead.
fix
Replace ripemd320 with ripemd in Cargo.toml and update imports.
affects: >=0.10.0
Upgrade
Version history
0.10.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
13
Amazon
1
Resources
ripemd320 — cargo add ripemd320 · libregistry