Skip to main content

valid_ed25519_pubkey

Function valid_ed25519_pubkey 

Source
pub fn valid_ed25519_pubkey(bytes: &[u8; 32]) -> bool
Expand description

True iff bytes is a valid Ed25519 verifying key (on-curve), not just 32 bytes.