pub fn verify_ed25519_signature(
pk: &PublicKey,
message: &[u8],
signature: &[u8; 64],
) -> boolExpand 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.