1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

delete debug statements

This commit is contained in:
sdeml 2019-01-13 14:55:11 +01:00
parent e53197e3c1
commit b0e48e03a5

View file

@ -47,8 +47,6 @@ impl<T: Field> Executable<T> for LibsnarkGadgetHelper {
.map(|&i| T::from(i))
.collect();
println!("#Debug Witness size: {:#?}", lol.len());
println!("#Debug Witness variables: {:#?}", lol);
Ok(lol)
}
}
@ -58,7 +56,6 @@ impl Signed for LibsnarkGadgetHelper {
match self {
LibsnarkGadgetHelper::Sha256Compress => (512, 25562),
LibsnarkGadgetHelper::Sha256Ethereum => (512, 50610),
// LibsnarkGadgetHelper::Sha256Round => (612, 25662)
LibsnarkGadgetHelper::Sha256Round => (768, 25818)
}
}