[][src]Module sequoia_openpgp::crypto::hash

Cryptographic hash functions and hashing of OpenPGP data structures.

This module provides Context representing a hash function context independent of the cryptographic backend, as well as trait Hash that handles hashing of OpenPGP data structures.

Structs

Context

State of a hash function.

Traits

Hash

Hashes OpenPGP packets and related types.