pub fn ed448ph_verify_prehashed(
pk: &Ed448PublicKey,
prehashed: &[u8],
context: &[u8],
sig: &Ed448Signature,
) -> boolExpand description
Verify an Ed448ph signature against an already-computed 64-octet pre-hash.
pub fn ed448ph_verify_prehashed(
pk: &Ed448PublicKey,
prehashed: &[u8],
context: &[u8],
sig: &Ed448Signature,
) -> boolVerify an Ed448ph signature against an already-computed 64-octet pre-hash.