[][src]Trait over_there_wire::Bicrypter

pub trait Bicrypter: Encrypter + Decrypter { }

Can both encrypt and decrypt

Implementations on Foreign Types

impl Bicrypter for NoopBicrypter[src]

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

impl Bicrypter for Aes256GcmSivBicrypter[src]

impl Bicrypter for Aes256GcmBicrypter[src]

impl Bicrypter for Aes128GcmBicrypter[src]

impl Bicrypter for Aes256SivBicrypter[src]

impl Bicrypter for Aes128SivBicrypter[src]

impl Bicrypter for Aes128GcmSivBicrypter[src]

Loading content...

Implementors

Loading content...