Преглед на файлове

plaintext printing working

Rener Oliveira (Ubuntu WSL) преди 3 години
родител
ревизия
9436320eb6
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/pke/examples/simple-integers.py

+ 0 - 1
src/pke/examples/simple-integers.py

@@ -68,7 +68,6 @@ plaintextRot3 = Decrypt(ciphertextRot3,keypair.secretKey)
 plaintextRot4 = Decrypt(ciphertextRot4,keypair.secretKey)
 
 plaintextRot1 = Decrypt(ciphertextRot1,keypair.secretKey)
-#print(plaintextRot1) # still not printing the vector
 
 plaintextRot1.SetLength(len(vectorOfInts1))
 plaintextRot2.SetLength(len(vectorOfInts1))