Registry / crypto / sha3
library0.12.0rscratesunverified

Implementation of the SHA-3 family of cryptographic hash algorithms, including SHA3-256 and SHA3-512.

# Cargo.toml [dependencies] sha3 = "0.12.0"
INSTALL
IMPORT
SIG · SHA3
S
sha3
cryptorustv0.12.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.

Sha3_256
use sha3::Sha3_256;

Computes the SHA3-256 hash of a byte string.

use sha3::{Sha3_256, Digest}; fn main() { let mut hasher = Sha3_256::new(); hasher.update(b"hello"); let result = hasher.finalize(); println!("{:x}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources