# File lib/net/ssh/transport/ossl/hmac/hmac.rb, line 51 def digest( data ) OpenSSL::HMAC.digest( digest_class.new, key, data )[0,mac_length] end