[][src]Struct bundled_crypto::algo::cipher::xchacha20::poly1305::Algo

pub struct Algo;

Trait Implementations

impl Algo for Algo[src]

impl CanEncrypt for Algo[src]

type EKey = Key

type Input = EncryptArgs

type Error = EncryptError

impl CanDecrypt for Algo[src]

type DKey = Key

type Input = DecryptArgs

type Error = DecryptError

impl Algo for Algo[src]

type Key = Key

The Key associated with the Algo.

type ConstructionData = ()

Auto Trait Implementations

impl Send for Algo

impl Unpin for Algo

impl Sync for Algo

impl UnwindSafe for Algo

impl RefUnwindSafe for Algo

Blanket Implementations

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

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