Skip to main content

ed25519_verify

Function ed25519_verify 

Source
pub fn ed25519_verify(
    pk: &Ed25519PublicKey,
    msg: &[u8],
    sig: &Ed25519Signature,
) -> bool
Expand description

Verify an Ed25519 signature (pure mode).