# File lib/net/ssh/transport/state.rb, line 84 def final_cipher result = cipher.final update_next_iv(role == :client ? result : "", true) return result end