[][src]Module parity_crypto::hmac

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.