A (mostly) pure-Rust implementation of various common cryptographic algorithms.
# Cargo.toml
[dependencies]
rust-crypto-wasm = "0.3.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes SHA-256 hash of a string.
Use well-audited crates like `sha2` or `ring` for security-critical applications.
No dependency data recorded yet.