mirror of
https://github.com/mii443/FINAL.git
synced 2025-08-22 23:15:28 +00:00
Fix misprints
This commit is contained in:
@ -29,7 +29,7 @@ int b2 = 1;
|
|||||||
|
|
||||||
// LWE encryption base scheme
|
// LWE encryption base scheme
|
||||||
SchemeLWE s;
|
SchemeLWE s;
|
||||||
// LWE ciphertext
|
// LWE ciphertexts
|
||||||
Ctxt_LWE ct1, ct2, ct_or, ct_nand, ct_xor;
|
Ctxt_LWE ct1, ct2, ct_or, ct_nand, ct_xor;
|
||||||
// Encryption of bits
|
// Encryption of bits
|
||||||
s.encrypt(ct1, b1);
|
s.encrypt(ct1, b1);
|
||||||
|
Reference in New Issue
Block a user