Searched defs:from_affine_coordinates (Results 1 – 5 of 5) sorted by relevance
121 pub fn from_affine_coordinates( in from_affine_coordinates() function709 fn from_affine_coordinates() { in from_affine_coordinates() function
66 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error>; in from_affine_coordinates() method
70 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method
75 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method
291 fn from_affine_coordinates(_x: &[u8; 32], _y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method