Searched defs:BigInt (Results 1 – 1 of 1) sorted by relevance
72 fn get_x(&self) -> BigInt { in get_x()76 fn get_y(&self) -> BigInt { in get_y()150 fn to_bigint(&self) -> BigInt { in to_bigint()182 fn mod_inv(x: &BigInt, m: &BigInt) -> Option<BigInt> { in mod_inv()273 fn new(x: BigInt, y: BigInt, z: BigInt) -> Self { in new()277 fn from_affine(x: BigInt, y: BigInt) -> Self { in from_affine()288 fn to_affine(&self) -> Option<(BigInt, BigInt)> { in to_affine() argument