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

Structs

Enums

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

Traits

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