mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-04-19 03:00:06 -04:00
removed secretkey from debug_fhe_program, now uses privatekey instead
This commit is contained in:
@@ -35,7 +35,7 @@ fn main() {
|
||||
app.get_fhe_program("mad").unwrap(),
|
||||
args1,
|
||||
&public,
|
||||
&private.0,
|
||||
&private,
|
||||
mad.source(),
|
||||
)
|
||||
.unwrap();
|
||||
@@ -47,7 +47,7 @@ fn main() {
|
||||
app.get_fhe_program("add_squares").unwrap(),
|
||||
args2,
|
||||
&public,
|
||||
&private.0,
|
||||
&private,
|
||||
add_squares.source(),
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user