[][src]Module pgp::crypto::hash

Structs

Md5Hasher
Ripemd160Hasher
Sha1Hasher
Sha2_224Hasher
Sha2_256Hasher
Sha2_384Hasher
Sha2_512Hasher
Sha3_256Hasher
Sha3_512Hasher

Enums

HashAlgorithm

Available hash algorithms. Ref: https://tools.ietf.org/html/rfc4880.html#section-9.4

Traits

Hasher

Trait to work around the fact that the Digest trait from rustcrypto can not be used as Box<Digest>.