rscrypto 0.8.0

Pure Rust Cryptography: RSA, Ed25519, X25519, SHA-2/3, BLAKE2/3, AES-GCM/GCM-SIV, X/ChaCha20-Poly1305, Argon2, HMAC/HKDF, CRC. no_std, WASM, hardware acceleration.
Documentation
1
2
3
4
5
6
//! Shared hash implementation utilities.
//!
//! This module currently owns the AArch64 BLAKE3 prefetch helper.

#[cfg(all(feature = "blake3", target_arch = "aarch64"))]
pub mod prefetch;