Module rustls::crypto::hmac

source ·
Expand description

HMAC interfaces.

Structs§

  • A HMAC tag, stored as a value.

Traits§

  • A concrete HMAC implementation, for a single cryptographic hash function.
  • A HMAC key that is ready for use.