Type Definition evercrypt::p256::PublicKey[][src]

pub type PublicKey = [u8; 64];
Expand description

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