Skip to main content

Module signing

Module signing 

Source
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.