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