mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-04-19 03:00:06 -04:00
overflow can now only be true for ciphertexts that are the output of an arithmetic operation
This commit is contained in:
@@ -19,6 +19,7 @@ fn main() {
|
||||
let app = Compiler::new()
|
||||
.fhe_program(mad)
|
||||
.fhe_program(add_squares)
|
||||
.plain_modulus_constraint(PlainModulusConstraint::Raw(1024))
|
||||
.compile()
|
||||
.unwrap();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user