@@ -3,25 +3,25 @@ use triton_vm::air::challenge_id::ChallengeId;
3
3
use triton_vm:: challenges:: Challenges ;
4
4
use triton_vm:: prelude:: Stark ;
5
5
use triton_vm:: proof_item:: ProofItemVariant ;
6
- use triton_vm:: table:: master_table:: MasterAuxTable ;
7
6
use triton_vm:: table:: NUM_QUOTIENT_SEGMENTS ;
7
+ use triton_vm:: table:: master_table:: MasterAuxTable ;
8
8
9
9
use crate :: arithmetic:: i128;
10
+ use crate :: arithmetic:: u32;
11
+ use crate :: arithmetic:: u64;
10
12
use crate :: arithmetic:: u128;
11
13
use crate :: arithmetic:: u128:: shift_left_static:: ShiftLeftStatic as SShlU128 ;
12
14
use crate :: arithmetic:: u128:: shift_right_static:: ShiftRightStatic as SShrU128 ;
13
- use crate :: arithmetic:: u32;
14
- use crate :: arithmetic:: u64;
15
15
use crate :: array:: horner_evaluation:: HornerEvaluation ;
16
16
use crate :: array:: inner_product_of_three_rows_with_weights:: InnerProductOfThreeRowsWithWeights ;
17
17
use crate :: array:: inner_product_of_three_rows_with_weights:: MainElementType ;
18
18
use crate :: array:: inner_product_of_xfes:: InnerProductOfXfes ;
19
19
use crate :: hashing;
20
20
use crate :: hashing:: algebraic_hasher;
21
21
use crate :: hashing:: sponge_hasher;
22
+ use crate :: io:: InputSource ;
22
23
use crate :: io:: read_input:: ReadInput ;
23
24
use crate :: io:: write_to_stdout:: WriteToStdout ;
24
- use crate :: io:: InputSource ;
25
25
use crate :: list;
26
26
use crate :: memory:: dyn_malloc:: DynMalloc ;
27
27
use crate :: memory:: memcpy:: MemCpy ;
0 commit comments