[][src]Crate noise_rust_crypto

This crate provides wrappers around pure rust implementations of the crypto primitives used in noise-protocol. The underlying implementations are:

Warning relayed from chacha20poly1305 and aes-gcm: they have not yet received any formal cryptographic and security reviews. USE AT YOUR OWN RISK.

Structs

Blake2s
Blake2b
Sha256
Sha512

Enums

Aes256Gcm
ChaCha20Poly1305
X25519