# File lib/net/ssh/transport/hmac/abstract.rb, line 62
    def initialize(key=nil)
      self.key = key
    end