# File lib/net/ssh/transport/ossl/hmac/sha1.rb, line 32 def initialize @mac_length = 20 @digest_class = OpenSSL::Digest::SHA1 @key_length = 20 end