Handshake State Writer
data class HandshakeStateWriter(messages: List<List<MessagePattern>>, state: SymmetricState, s: Pair<ByteArray, ByteArray>, e: Pair<ByteArray, ByteArray>, rs: ByteArray, re: ByteArray, dh: DHFunctions, byteStream: ByteStream) : HandshakeState
Content copied to clipboard
Types
Functions
to Reader
Link copied to clipboard
write
Link copied to clipboard
fun write(payload: ByteArray): Triple<HandshakeStateReader, ByteArray, Triple<CipherState, CipherState, ByteArray>?>
Content copied to clipboard
Properties
byteStream
Link copied to clipboard
dh
Link copied to clipboard
messages
Link copied to clipboard
state
Link copied to clipboard