Browse Source

plaintext printing working

Rener Oliveira (Ubuntu WSL) 2 years ago
parent
commit
9436320eb6
1 changed files with 0 additions and 1 deletions
  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))