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