Class: Net::SSH::Transport::HMAC::SHA2_512

Inherits:
Abstract
  • Object
show all
Defined in:
lib/net/ssh/transport/hmac/sha2_512.rb

Overview

The SHA-512 HMAC algorithm. This has a mac and key length of 64, and uses the SHA-512 digest algorithm.

Direct Known Subclasses

SHA2_512_96

Instance Attribute Summary

Attributes inherited from Abstract

#key

Method Summary

Methods inherited from Abstract

#digest, #digest_class, digest_class, #etm, etm, #initialize, key_length, #key_length, #mac_length, mac_length

Constructor Details

This class inherits a constructor from Net::SSH::Transport::HMAC::Abstract