Skip to main content

Crate crypto

Crate crypto 

Source

Re-exports§

pub use aes::Aes256Gcm;
pub use crate::hkdf::HkdfError;

Modules§

aes
argon2
Pure Rust implementation of Argon2id (RFC 9106).
blake2
chacha
curve25519
encoding
hkdf
hmac
mldsa
mlkem
p256
poly1305
sha2
sha3
xwing

Structs§

Bytes
A fixed-capacity, stack-allocated bytes buffer of capacity N. Use Self::as_ref to get the bytes as a &[u8] and Self::as_mut to get the bytes as a &mut [u8]. Comparing Bytes is a constant-time operation.

Enums§

AeadError
EllipticCurveError
Error

Traits§

Aead
Hasher
StreamCipher
Xof
Zeroize

Type Aliases§

Hash
Tag