ecies: update description in comment

This commit is contained in:
ThomasV 2014-09-01 15:20:52 +02:00
parent a97375dbb4
commit de1123e4a0
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ class EC_KEY(object):
raise Exception("Bad signature")
# ecies encryption/decryption methods; aes-256-cbc is used as the cipher; hmac-sha256 is used as the mac
# ECIES encryption/decryption methods; AES-128-CBC with PKCS7 is used as the cipher; hmac-sha256 is used as the mac
@classmethod
def encrypt_message(self, message, pubkey):