pub const P256_POINT_UNCOMPRESSED_SIZE: usize = _; // 65usize
Size of an uncompressed P-256 point in bytes: format byte (0x04) + x-coordinate + y-coordinate