mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-05-11 03:00:37 -04:00
wait for debugger
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
use std::ops::{Add, Mul};
|
||||
use std::thread;
|
||||
use std::time::Duration;
|
||||
use sunscreen::{
|
||||
types::{bfv::Signed, Cipher},
|
||||
SchemeType::Bfv,
|
||||
@@ -144,7 +142,5 @@ fn main() {
|
||||
)
|
||||
.unwrap();
|
||||
*/
|
||||
loop {
|
||||
thread::sleep(Duration::from_secs(1));
|
||||
}
|
||||
runtime.wait_for_debugger();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user