Class: Ronin::Support::Crypto::HMAC
- Inherits:
-
OpenSSL::HMAC
- Object
- OpenSSL::HMAC
- Ronin::Support::Crypto::HMAC
- Defined in:
- lib/ronin/support/crypto/hmac.rb
Overview
Represents a Hash-based Message Authentication Code (HMAC).
Instance Method Summary collapse
-
#inspect ⇒ String
Inspects the HMAC.
Instance Method Details
#inspect ⇒ String
Inspects the HMAC.
41 42 43 |
# File 'lib/ronin/support/crypto/hmac.rb', line 41 def inspect "#<#{self.class}: #{super}>" end |