# File lib/net/ssh/transport/packet-stream.rb, line 46
        def set_algorithms( cipher, mac )
          @cipher, @hmac = cipher, mac
        end