Skip to main content

ed448_verify

Function ed448_verify 

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

Verify an Ed448 (pure, empty context) signature.