mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-04-19 03:00:06 -04:00
remove infinite loop from sudoku zkp example
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use std::{thread, time::Duration};
|
||||
|
||||
use sunscreen::{
|
||||
types::zkp::NativeField, zkp_program, BackendField, Compiler, Runtime, ZkpProgramInput,
|
||||
};
|
||||
@@ -52,9 +50,6 @@ fn main() {
|
||||
|
||||
assert!(verify.is_ok());
|
||||
|
||||
loop {
|
||||
thread::sleep(Duration::from_millis(5000));
|
||||
}
|
||||
}
|
||||
|
||||
#[zkp_program(backend = "bulletproofs")]
|
||||
|
||||
Reference in New Issue
Block a user