Lines Matching refs:from_slice
24 let a = BigInt::from_slice(Plus, a_vec); in test_scalar_add()
25 let b = BigInt::from_slice(Plus, b_vec); in test_scalar_add()
26 let c = BigInt::from_slice(Plus, c_vec); in test_scalar_add()
50 let a = BigInt::from_slice(Plus, a_vec); in test_scalar_sub()
51 let b = BigInt::from_slice(Plus, b_vec); in test_scalar_sub()
52 let c = BigInt::from_slice(Plus, c_vec); in test_scalar_sub()
76 let a = BigInt::from_slice(Plus, a_vec); in test_scalar_mul()
77 let b = BigInt::from_slice(Plus, b_vec); in test_scalar_mul()
78 let c = BigInt::from_slice(Plus, c_vec); in test_scalar_mul()
123 let a = BigInt::from_slice(Plus, a_vec); in test_scalar_div_rem()
124 let b = BigInt::from_slice(Plus, b_vec); in test_scalar_div_rem()
125 let c = BigInt::from_slice(Plus, c_vec); in test_scalar_div_rem()
140 let a = BigInt::from_slice(Plus, a_vec); in test_scalar_div_rem()
141 let c = BigInt::from_slice(Plus, c_vec); in test_scalar_div_rem()
142 let d = BigInt::from_slice(Plus, d_vec); in test_scalar_div_rem()