[][src]Struct pwbox::sodium::XSalsa20Poly1305

pub struct XSalsa20Poly1305;
This is supported on crate feature exonum_sodiumoxide only.

xsalsa20 symmetric cipher with poly1305 MAC.

Trait Implementations

impl Cipher for XSalsa20Poly1305[src]

impl Clone for XSalsa20Poly1305[src]

impl Copy for XSalsa20Poly1305[src]

impl Debug for XSalsa20Poly1305[src]

impl Default for XSalsa20Poly1305[src]

Auto Trait Implementations

impl RefUnwindSafe for XSalsa20Poly1305

impl Send for XSalsa20Poly1305

impl Sync for XSalsa20Poly1305

impl Unpin for XSalsa20Poly1305

impl UnwindSafe for XSalsa20Poly1305

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.