Module hmac_ops

Module hmac_ops 

Source
Expand description

HMAC-SHA256 utilities for message authentication

Functionsยง

compute_hmac
Compute HMAC-SHA256 for a message
verify_hmac
Verify HMAC-SHA256 for a message (constant-time comparison)