Skip to main content

ed448ctx_verify

Function ed448ctx_verify 

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

Verify an Ed448 signature made with an explicit context string.