# File lib/net/ssh/transport/ossl/hmac/hmac.rb, line 44 def new( key ) mac = dup mac.key = key[ 0, key_length ] return mac end