# File lib/net/ssh/transport/ossl/hmac-factory.rb, line 48
          def get_key_length( name )
            algo = find_algorithm( name ) or
              raise HMACAlgorithmNotFound, name

            return algo.key_length
          end