pub fn exchange_handshake_input(
) -> impl Strategy<Value = (HandshakeMsg, Vec<u8>)>
Expand description

Builds two HandshakeMsg and serializes the second one. It is the input expected for the fuzzer.