Searched refs:x962 (Results 1 – 3 of 3) sorted by relevance
158 pub fn from_x962_uncompressed(group: Group, x962: &[u8]) -> Option<Self> { in from_x962_uncompressed()161 if x962.first()? != &UNCOMPRESSED { in from_x962_uncompressed()172 x962.as_ffi_ptr(), in from_x962_uncompressed()173 x962.len(), in from_x962_uncompressed()538 fn x962() { in x962() function539 …let x962 = b"\x04\x74\xcf\x69\xcb\xd1\x2b\x75\x07\x42\x85\xcf\x69\x6f\xc2\x56\x4b\x90\xe7\xeb\xbc\… in x962()540 assert!(Point::from_x962_uncompressed(Group::P256, x962).is_some()); in x962()
52 pub fn from_x962_uncompressed(x962: &[u8]) -> Option<Self> { in from_x962_uncompressed()53 let point = ec::Point::from_x962_uncompressed(C::group(sealed::Sealed), x962)?; in from_x962_uncompressed()
49 pub fn from_x962_uncompressed(x962: &[u8]) -> Option<Self> { in from_x962_uncompressed()50 let point = ec::Point::from_x962_uncompressed(C::group(sealed::Sealed), x962)?; in from_x962_uncompressed()
Completed in 11 milliseconds