Skip to main content

ed448ph_verify_prehashed

Function ed448ph_verify_prehashed 

Source
pub fn ed448ph_verify_prehashed(
    pk: &Ed448PublicKey,
    prehashed: &[u8],
    context: &[u8],
    sig: &Ed448Signature,
) -> bool
Expand description

Verify an Ed448ph signature against an already-computed 64-octet pre-hash.