소스 검색

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))