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