pub fn valid_ed25519_pubkey(bytes: &[u8; 32]) -> bool
True iff bytes is a valid Ed25519 verifying key (on-curve), not just 32 bytes.
bytes