adapt flatten tests
This commit is contained in:
parent
39685271d9
commit
a946299c71
3 changed files with 674 additions and 897 deletions
|
@ -17,7 +17,7 @@ use std::collections::HashMap;
|
|||
use std::fmt;
|
||||
use zokrates_field::field::Field;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, PartialEq)]
|
||||
pub struct FlatProg<T: Field> {
|
||||
/// FlatFunctions of the program
|
||||
pub main: FlatFunction<T>,
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@ mod power_check;
|
|||
mod propagation;
|
||||
mod unroll;
|
||||
|
||||
use self::core_lib_injector::CoreLibInjector;
|
||||
pub use self::core_lib_injector::CoreLibInjector;
|
||||
use self::inline::Inliner;
|
||||
use self::power_check::PowerChecker;
|
||||
use self::propagation::Propagator;
|
||||
|
|
Loading…
Reference in a new issue