Function hacl::hazmat::p256::compressed_to_coordinates
source ยท pub fn compressed_to_coordinates(point: &[u8]) -> Result<[u8; 64], Error>
Expand description
Parse an compressed P256 point and return the 64 byte array with the
concatenation of X
and Y
.