Module jws::hmac[][src]

Expand description

HMAC Verifier and Signer implementations using RustCrypto.

Structs

Message verifier that supports the HMAC-SHA-256, HMAC-SHA-384 and HMAC-SHA-512 algorithms using rust-crypto.

Message signer using HMAC-SHA-256.

Message signer using HMAC-SHA-384.

Message signer using HMAC-SHA-512.