Explorar o código

plaintext printing working

Rener Oliveira (Ubuntu WSL) %!s(int64=3) %!d(string=hai) anos
pai
achega
9436320eb6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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))