mirror of
https://github.com/arnaucube/schnorr.git
synced 2026-01-12 17:01:29 +01:00
Code compiles, tests pass but don't test everything we want yet
This commit is contained in:
@@ -229,10 +229,11 @@ mod tests{
|
||||
|
||||
let mut pw: PartialWitness<F> = PartialWitness::new();
|
||||
let data = builder.build::<C>();
|
||||
let proof = data.prove(pw).ok()?;
|
||||
let proof = data.prove(pw).unwrap();
|
||||
|
||||
// introspect to check the values of stuff
|
||||
|
||||
()
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user