Skip to main content

ed448ph_verify

Function ed448ph_verify 

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

Verify an Ed448ph signature over msg (re-hashes msg with SHAKE256).