Module tetsy_crypto::hmac[][src]

Structs

SigKey

HMAC signing key.

Signature

HMAC signature.

Signer

Stateful HMAC computation.

VerifyKey

HMAC signature verification key.

Functions

sign

Compute HMAC signature of data.

verify

Verify HMAC signature of data.