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