Searched refs:elem_squared (Results 1 – 4 of 4) sorted by relevance
102 let z2 = ops.elem_squared(&z); in verify_jacobian_point_is_on_the_curve()103 let z4 = ops.elem_squared(&z2); in verify_jacobian_point_is_on_the_curve()142 let lhs = ops.elem_squared(y); in verify_affine_point_is_on_the_curve_scaled()144 let mut rhs = ops.elem_squared(x); in verify_affine_point_is_on_the_curve_scaled()
172 let zzzz_inv = ops.common.elem_squared(&zz_inv); in affine_from_jacobian()
115 pub fn elem_squared(&self, a: &Elem<R>) -> Elem<R> { in elem_squared() method346 let mut tmp = ops.elem_squared(a); in elem_sqr_mul()1025 let zzzz_inv = cops.elem_squared(&zz_inv); in assert_point_actual_equals_expected()
527 fn elem_squared<M, E>( in elem_squared() function761 acc = elem_squared(acc, m); in elem_exp_vartime_()847 acc = elem_squared(acc, &m.as_partial()); in elem_exp_consttime()1468 let actual_result = elem_squared(a, &m.as_partial()); in test_elem_squared()