# File lib/net/ssh/transport/ossl/hmac/md5.rb, line 33 def initialize @mac_length = 16 @digest_class = OpenSSL::Digest::MD5 @key_length = 16 end