Class: Ronin::Support::Crypto::HMAC

Inherits:
OpenSSL::HMAC
  • Object
show all
Defined in:
lib/ronin/support/crypto/hmac.rb

Overview

Represents a Hash-based Message Authentication Code (HMAC).

Instance Method Summary collapse

Instance Method Details

#inspectString

Inspects the HMAC.

Returns:

  • (String)

    The inspected object containing the HMAC hexdigest string.

Since:

  • 1.0.0



41
42
43
# File 'lib/ronin/support/crypto/hmac.rb', line 41

def inspect
  "#<#{self.class}: #{super}>"
end