Searched defs:from_affine_coordinates (Results 1 – 5 of 5) sorted by relevance
72 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method
78 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method
120 pub fn from_affine_coordinates( in from_affine_coordinates() function702 fn from_affine_coordinates() { in from_affine_coordinates() function
46 fn from_affine_coordinates(x: &[u8; 32], y: &[u8; 32]) -> Result<Self, Self::Error>; in from_affine_coordinates() method
254 fn from_affine_coordinates(_x: &[u8; 32], _y: &[u8; 32]) -> Result<Self, Self::Error> { in from_affine_coordinates() method