Module rustls::crypto::hash

source ·
Expand description

Hashing interfaces.

Structs§

  • A hash output, stored as a value.

Enums§

  • 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§

  • How to incrementally compute a hash.
  • Describes a single cryptographic hash function.