pub type PublicKey = [u8; 64];
P256 public keys are 64-byte arrays containing the 32-byte X and 32-byte Y coordinate.