Module hash

Source
Expand description

Hashing interfaces.

Structs§

Output
A hash output, stored as a value.

Enums§

HashAlgorithm
The HashAlgorithm TLS protocol enum. Values in this enum are taken from the various RFCs covering TLS, and are listed by IANA. The Unknown item is used when processing unrecognised ordinals.

Traits§

Context
How to incrementally compute a hash.
Hash
Describes a single cryptographic hash function.