Crypto::Digest::SHA512HMAC
Inherits Digest < Reference < Object
Implement HMAC with SHA-512, and can be used for message authentication codes or as a random oracle.
See Crystal API docs for details on how to use Digest interface
Constructors
new(key : Bytes)
Source