[][src]Trait crypto2::hash::BuildCryptoHasher

pub trait BuildCryptoHasher {
    type Hasher: CryptoHasher;
    pub fn build_hasher() -> Self::Hasher;
}

Associated Types

Loading content...

Required methods

pub fn build_hasher() -> Self::Hasher

Loading content...

Implementors

impl BuildCryptoHasher for Md2[src]

type Hasher = Self

impl BuildCryptoHasher for Md4[src]

type Hasher = Self

impl BuildCryptoHasher for Md5[src]

type Hasher = Self

impl BuildCryptoHasher for Sha1[src]

type Hasher = Self

impl BuildCryptoHasher for Sha256[src]

type Hasher = Self

impl BuildCryptoHasher for Sha384[src]

type Hasher = Self

impl BuildCryptoHasher for Sha512[src]

type Hasher = Self

impl BuildCryptoHasher for Sm3[src]

type Hasher = Self

Loading content...