[][src]Module biscuit::digest

Secure cryptographic digests

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

Structs

Algorithm

A digest algorithm

Statics

SHA256

SHA-256 as specified in FIPS 180-4.

SHA384

SHA-384 as specified in FIPS 180-4.

SHA512

SHA-512 as specified in FIPS 180-4.

SHA512_256

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