Handshake State Reader
data class HandshakeStateReader(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
read
Link copied to clipboard
fun read(message: ByteArray): Triple<HandshakeStateWriter, ByteArray, Triple<CipherState, CipherState, ByteArray>?>
Content copied to clipboard
to Writer
Link copied to clipboard
Properties
byteStream
Link copied to clipboard
dh
Link copied to clipboard
messages
Link copied to clipboard
state
Link copied to clipboard