Function hacl::hazmat::p256::secret_to_public

source ยท
pub fn secret_to_public(s: &[u8; 32]) -> Result<[u8; 64], Error>
Expand description

Compute the public key for the provided private_key.

Returns the 64 bytes public key.