pub fn ed448ctx_verify(
pk: &Ed448PublicKey,
msg: &[u8],
context: &[u8],
sig: &Ed448Signature,
) -> boolExpand description
Verify an Ed448 signature made with an explicit context string.
pub fn ed448ctx_verify(
pk: &Ed448PublicKey,
msg: &[u8],
context: &[u8],
sig: &Ed448Signature,
) -> boolVerify an Ed448 signature made with an explicit context string.