pub fn dial_end<P: PublicKey>(
state: DialState<P>,
msg: SynAck<<P as Verifier>::Signature>,
) -> Result<(Ack, SendCipher, RecvCipher), Error>Expand description
Completes a handshake as the dialer. Verifies the listener’s response and returns final message and ciphers.