[][src]Crate over_there_crypto

Re-exports

pub use crate::aead::AeadError;
pub use nonce::Nonce;
pub use nonce::Nonce128Bits;
pub use nonce::Nonce96Bits;
pub use nonce::NonceSize;
pub use key::Key128Bits;
pub use key::Key256Bits;
pub use key::Key512Bits;
pub use key::KeySize;

Modules

aead
key
nonce
split

Structs

Aes128GcmBicrypter
Aes128GcmSivBicrypter
Aes128SivBicrypter
Aes256GcmBicrypter
Aes256GcmSivBicrypter
Aes256SivBicrypter
ClosureDecrypter
ClosureEncrypter
NoopBicrypter

Enums

AssociatedData
CryptError

Traits

Bicrypter

Can both encrypt and decrypt

Decrypter

Capable of decrypting data

Encrypter

Capable of encrypting data