HandshakeState constructor
const
HandshakeState({})
Implementation
const HandshakeState({
required this.chainKey,
required this.handshakeHash,
required this.state,
this.cipherKey,
this.cipherNonce = 0,
this.sendKey,
this.recvKey,
this.remoteEphemeralKey,
this.remoteStaticKey,
});