class Ronin::Support::Crypto::HMAC
Represents a Hash-based Message Authentication Code (HMAC
).
@see rubydoc.info/stdlib/openssl/OpenSSL/HMAC
@since 1.0.0
@api public
Public Instance Methods
inspect()
click to toggle source
Inspects the HMAC
.
@return [String]
The inspected object containing the HMAC hexdigest string.
# File lib/ronin/support/crypto/hmac.rb, line 41 def inspect "#<#{self.class}: #{super}>" end