Fix misprints

This commit is contained in:
iliailia
2022-01-20 20:59:35 +01:00
committed by GitHub
parent 7423198916
commit c0486e11a1

View File

@ -29,7 +29,7 @@ int b2 = 1;
// LWE encryption base scheme
SchemeLWE s;
// LWE ciphertext
// LWE ciphertexts
Ctxt_LWE ct1, ct2, ct_or, ct_nand, ct_xor;
// Encryption of bits
s.encrypt(ct1, b1);