Public Class methods
Create a new instance of the SHA1-96 algorithm.
[ show source ]
# File lib/net/ssh/transport/ossl/hmac/sha1-96.rb, line 32 32: def initialize 33: super 34: @mac_length = 12 35: end
Class Net::SSH::Transport::OSSL::HMAC::SHA1_96 |
|
Create a new instance of the SHA1-96 algorithm.
[ show source ]
# File lib/net/ssh/transport/ossl/hmac/sha1-96.rb, line 32 32: def initialize 33: super 34: @mac_length = 12 35: end