[][src]Struct ursa::hash::blake2::Blake2

pub struct Blake2 { /* fields omitted */ }

Blake2b instance with a fixed output.

Trait Implementations

impl Debug for Blake2b

impl Mac for Blake2b[src]

type OutputSize = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>

type KeySize = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>

impl BlockInput for Blake2b[src]

type BlockSize = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>

impl Input for Blake2b[src]

impl Reset for Blake2b[src]

impl Default for Blake2b[src]

impl Write for Blake2b

impl FixedOutput for Blake2b[src]

type OutputSize = UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>

impl Clone for Blake2b[src]

Auto Trait Implementations

impl Send for Blake2b

impl Unpin for Blake2b

impl Sync for Blake2b

impl UnwindSafe for Blake2b

impl RefUnwindSafe for Blake2b

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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<D> Digest for D where
    D: Input + FixedOutput + Reset + Clone + Default

type OutputSize = <D as FixedOutput>::OutputSize

impl<D> DynDigest for D where
    D: 'static + Input + FixedOutput + Reset + Clone

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<W> WriteBytesExt for W where
    W: Write + ?Sized

impl<T> Clear for T where
    T: InitializableFromZeroed + ?Sized

impl<T> InitializableFromZeroed for T where
    T: Default