-
Notifications
You must be signed in to change notification settings - Fork 85
HMAC
Tony Arcieri edited this page Apr 24, 2016
·
5 revisions
RbNaCl::HMAC::SHA256
and RbNaCl::HMAC::SHA512256
provide secure hash-based message authenticators.
Message authenticators are the symmetric equivalent of digital signatures. They can be used to detect when a message has been (potentially maliciously) altered.