Type Alias hacl::p256::PublicKey

source ยท
pub type PublicKey = [u8; 64];
Expand description

P256 public keys are 64-byte arrays containing the 32-byte X and 32-byte Y coordinate.