[][src]Struct rcrypto::SHA

pub struct SHA { /* fields omitted */ }

Implementations

impl SHA[src]

pub fn sha1() -> Self[src]

pub fn sha256() -> Self[src]

pub fn sha224() -> Self[src]

pub fn sha384() -> Self[src]

pub fn sha512() -> Self[src]

pub fn sha512t(bits_len: usize) -> Option<Self>[src]

pub fn sha512_256() -> Self[src]

SHA512/256

pub fn sha512_224() -> Self[src]

SHA512/224

Trait Implementations

impl Clone for SHA[src]

impl Digest for SHA[src]

Auto Trait Implementations

impl RefUnwindSafe for SHA

impl Send for SHA

impl Sync for SHA

impl Unpin for SHA

impl UnwindSafe for SHA

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> 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.