Lines Matching refs:from_slice
22 let a = BigUint::from_slice(a_vec); in test_scalar_add()
23 let b = BigUint::from_slice(b_vec); in test_scalar_add()
24 let c = BigUint::from_slice(c_vec); in test_scalar_add()
41 let a = BigUint::from_slice(a_vec); in test_scalar_sub()
42 let b = BigUint::from_slice(b_vec); in test_scalar_sub()
43 let c = BigUint::from_slice(c_vec); in test_scalar_sub()
60 let a = BigUint::from_slice(a_vec); in test_scalar_mul()
61 let b = BigUint::from_slice(b_vec); in test_scalar_mul()
62 let c = BigUint::from_slice(c_vec); in test_scalar_mul()
87 let a = BigUint::from_slice(a_vec); in test_scalar_div_rem()
88 let b = BigUint::from_slice(b_vec); in test_scalar_div_rem()
89 let c = BigUint::from_slice(c_vec); in test_scalar_div_rem()
102 let a = BigUint::from_slice(a_vec); in test_scalar_div_rem()
103 let b = BigUint::from_slice(b_vec); in test_scalar_div_rem()
104 let c = BigUint::from_slice(c_vec); in test_scalar_div_rem()
105 let d = BigUint::from_slice(d_vec); in test_scalar_div_rem()