# File lib/net/ssh/transport/packet-stream.rb, line 51 def compute_hmac( payload ) @hmac.digest( [ @sequence_number, payload ].pack( "NA*" ) ) end