Searched defs:from_affine_coordinates (Results 1 – 6 of 6) sorted by relevance
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
121 pub fn from_affine_coordinates( in from_affine_coordinates() function709 fn from_affine_coordinates() { in from_affine_coordinates() function
125 pub fn from_affine_coordinates<const AFFINE_COORDINATE_SIZE: usize>( 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