Module biscuit::digest

source ·
Expand description

Secure cryptographic digests

Currently used by JWK thumbprints. This simply wraps the ring::digest module, while providing forward compatibility should the implementation change.

Structs

Statics

  • SHA-256 as specified in FIPS 180-4.
  • SHA-384 as specified in FIPS 180-4.
  • SHA-512 as specified in FIPS 180-4.
  • SHA-512/256 as specified in FIPS 180-4.