[]Struct ed25519_dalek::ed25519::Sha512

pub struct Sha512 {
    engine: Engine512,
}
[]

The SHA-512 hash algorithm with the SHA-512 initial hash value.

Fields

engine: Engine512

Trait Implementations

impl BlockInput for Sha512

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

impl Clone for Sha512[+]

impl Debug for Sha512[+]

impl Default for Sha512[+]

impl FixedOutput for Sha512[+]

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

impl Input for Sha512[+]

impl Reset for Sha512[+]

impl Write for Sha512[+]

Auto Trait Implementations

impl RefUnwindSafe for Sha512

impl Send for Sha512

impl Sync for Sha512

impl Unpin for Sha512

impl UnwindSafe for Sha512

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> Clear for T where
    T: InitializableFromZeroed + ?Sized
[+]

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> From<T> for T[src][+]

impl<T> InitializableFromZeroed for T where
    T: Default
[+]

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 = !

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>, 
[+]

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