DocuSign.Webhook.Crypto (DocuSign v2.0.0)
View SourceCrypto functions for DocuSign HMAC signature validation.
Summary
Types
Functions
@spec sign(request_body(), hmac256_key()) :: signature()
Sign payload with HMAC-SHA256 key.
@spec verify_hmac(hmac256_key(), request_body(), signature()) :: boolean()
Verify HMAC-SHA256 signature.