mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Clean up print statements in README example
Remove unnecessary print statement before displaying decrypted message.
This commit is contained in:
@@ -103,7 +103,6 @@ privKeyObj = RSA.importKey(binPrivKey)
|
||||
cipher = PKCS1_OAEP.new(privKeyObj)
|
||||
message = cipher.decrypt(ciphertext)
|
||||
|
||||
print
|
||||
print ("====Decrypted===")
|
||||
print ("Message:",message)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user