mirror of
https://github.com/logos-storage/circom-compat.git
synced 2026-01-02 13:03:08 +00:00
merging fork changes
This commit is contained in:
parent
09d8664c34
commit
944fd82fe3
@ -55,11 +55,6 @@ impl WitnessCalculator {
|
||||
Self::from_module(store, module)
|
||||
}
|
||||
|
||||
pub fn from_file(store: &mut Store, path: impl AsRef<std::path::Path>) -> Result<Self> {
|
||||
let module = Module::new(&store, bytes)?;
|
||||
Self::from_module(store, module)
|
||||
}
|
||||
|
||||
pub fn from_file(store: &mut Store, path: impl AsRef<std::path::Path>) -> Result<Self> {
|
||||
let module = Module::from_file(&store, path)?;
|
||||
Self::from_module(store, module)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user