# File lib/net/ssh/transport/ossl/hmac-factory.rb, line 39
          def get( name, key="" )
            algo = find_algorithm( name ) or
              raise HMACAlgorithmNotFound, name
              
            return algo.new( key )
          end