Enum openssl::crypto::hash::Type[][src]

pub enum Type {
    MD5,
    SHA1,
    SHA224,
    SHA256,
    SHA384,
    SHA512,
    RIPEMD160,
}

Message digest (hash) type.

Variants

Methods

impl Type
[src]

Returns the length of the message digest.

Internal interface subject to removal.

Trait Implementations

impl Copy for Type
[src]

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type