# File lib/net/ssh/transport/hmac.rb, line 38
38:   def self.key_length(name)
39:     impl = MAP[name] or raise ArgumentError, "hmac not found: #{name.inspect}"
40:     impl.key_length
41:   end