[][src]Struct over_there_crypto::Aes256SivBicrypter

pub struct Aes256SivBicrypter { /* fields omitted */ }

Methods

impl Aes256SivBicrypter[src]

pub fn new(key: &Key512Bits) -> Self[src]

Trait Implementations

impl Bicrypter for Aes256SivBicrypter[src]

impl Decrypter for Aes256SivBicrypter[src]

impl Default for Aes256SivBicrypter[src]

NOTE: This is purely for derive_builder and should not be used externally

impl Encrypter for Aes256SivBicrypter[src]

fn new_encrypt_associated_data(&self) -> AssociatedData[src]

Returns a new nonce to be associated when encrypting

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,