pub(crate) fn construct_client_verify_message(
handshake_hash: &Output,
) -> VerifyMessage
Expand description
Constructs the signature message specified in section 4.4.3 of RFC8446.
pub(crate) fn construct_client_verify_message(
handshake_hash: &Output,
) -> VerifyMessage
Constructs the signature message specified in section 4.4.3 of RFC8446.