Function hacl::hazmat::p256::uncompressed_to_coordinates

source ยท
pub fn uncompressed_to_coordinates(point: &[u8]) -> Result<[u8; 64], Error>
Expand description

Parse an uncompressed P256 point and return the 64 byte array with the concatenation of X||Y