Transport

data class Transport(val initiatorCipherState: Cipher, val responderCipherState: Cipher, val handshakeHash: Digest) : MessageType(source)

Initial transport message state.

Be careful to increment nonces when sending new transport messages.

Constructors

Link copied to clipboard
constructor(initiatorCipherState: Cipher, responderCipherState: Cipher, handshakeHash: Digest)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard