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