[][src]Trait over_there_crypto::Bicrypter

pub trait Bicrypter: Encrypter + Decrypter { }

Can both encrypt and decrypt

Implementors

impl Bicrypter for Aes128GcmBicrypter[src]

impl Bicrypter for Aes128GcmSivBicrypter[src]

impl Bicrypter for Aes128SivBicrypter[src]

impl Bicrypter for Aes256GcmBicrypter[src]

impl Bicrypter for Aes256GcmSivBicrypter[src]

impl Bicrypter for Aes256SivBicrypter[src]

impl Bicrypter for NoopBicrypter[src]

impl<T: Bicrypter> Bicrypter for NonceCacheBicrypter<T>[src]

Loading content...