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