verify_ed25519_signature

Function verify_ed25519_signature 

Source
pub fn verify_ed25519_signature(
    pk: &PublicKey,
    message: &[u8],
    signature: &[u8; 64],
) -> bool
Expand description

Verify a detached Ed25519 signature against pk. Used for standalone node-identity bundles (QR codes, broadcasts) whose signed range must verify before the bundle’s claims are presented as authenticated.