A (mostly) pure-Rust implementation of various common cryptographic algorithms.
# Cargo.toml
[dependencies]
rust-crypto = "0.2.36"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute SHA-256 hash of a string using rust-crypto.
Migrate to actively maintained crates like `sha2`, `aes-gcm`, or `ring`.
No dependency data recorded yet.