pub fn perform_handshake_input(
) -> impl Strategy<Value = (HandshakeMsg, HandshakeMsg)>
Expand description

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