Crate miscreant [] [src]

Miscreant: Misuse-resistant symmetric encryption using the AES-SIV (RFC 5297) and CHAIN/STREAM constructions.

Reexports

pub use siv::Aes128Siv;
pub use siv::Aes256Siv;
pub use siv::Aes128PmacSiv;
pub use siv::Aes256PmacSiv;

Modules

internals

internals/mod.rs: Low-level cryptographic functions not intended for public use

siv

siv.rs: The SIV misuse resistant block cipher mode of operation