Expand description
HMAC message signing and verification for LDP envelopes.
Functions§
- apply_
signature - Apply a signature to an envelope (mutates in place).
- sign_
envelope - Sign an envelope and return the hex-encoded HMAC-SHA256 signature.
- verify_
envelope - Verify an envelope’s signature using constant-time comparison.