[][src]Struct mundane::insecure::InsecureSha1Digest

pub struct InsecureSha1Digest(_);
Deprecated:

SHA-1 is considered insecure

INSECURE: The digest output by the SHA-1 hash function.

Security

SHA-1 is considered insecure, and should only be used for compatibility with legacy applications.

Trait Implementations

impl Digest for InsecureSha1Digest[src]

type Bytes = [u8; 20]

The byte array equivalent of this digest. Read more

impl Eq for InsecureSha1Digest[src]

impl PartialEq<InsecureSha1Digest> for InsecureSha1Digest[src]

impl Display for InsecureSha1Digest[src]

impl Debug for InsecureSha1Digest[src]

Auto Trait Implementations

impl Send for InsecureSha1Digest

impl Unpin for InsecureSha1Digest

impl Sync for InsecureSha1Digest

impl RefUnwindSafe for InsecureSha1Digest

impl UnwindSafe for InsecureSha1Digest

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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]