summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-03-29 23:24:28 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2021-03-29 23:24:28 +0200
commit483700ada63972e600c7770c124f5aa0568dabf7 (patch)
treebe9bdb57e8feee3d683675de8ab9bce7fba007e6 /CHANGELOG.md
parent35e962d9ce424ef5ea35a9787b7b165fc034712d (diff)
downloadrsa-git-483700ada63972e600c7770c124f5aa0568dabf7.tar.gz
Use Chinese Remainder Theorem when decrypting with private key
Use the Chinese Remainder Theorem when decrypting with private key, as that makes the decryption 2-4x faster. This fixes #163.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82a9ab7..3078332 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,9 @@
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
to use type annotations from Python-RSA
([#136](https://github.com/sybrenstuvel/python-rsa/pull/136)).
+- Use the Chinese Remainder Theorem when decrypting with a private key. This
+ makes decryption 2-4x faster
+ ([#163](https://github.com/sybrenstuvel/python-rsa/pull/163)).
## Version 4.7.2 - released 2021-02-24