Class: Net::SSH::Transport::HMAC::SHA2_256_Etm
- Defined in:
- lib/net/ssh/transport/hmac/sha2_256_etm.rb
Overview
The SHA-256 Encrypt-Then-Mac HMAC algorithm. This has a mac and key length of 32, and uses the SHA-256 digest algorithm.
Instance Attribute Summary
Attributes inherited from Abstract
Method Summary
Methods inherited from Abstract
aead, #aead, #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