Function hacl::hazmat::ed25519::secret_to_public

source ยท
pub fn secret_to_public(sk: &[u8; 32]) -> [u8; 32]
Expand description

Compute the public point for the given secret key sk.