summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-04-14 18:55:37 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-04-14 18:55:44 +0200
commit8ed507176f09b9c162cf4f060dab8e219c6b0d77 (patch)
tree6004932f21e54ed08cf0caf28747972b3d183b2a /CHANGELOG.md
parent1659432af4f67947a9082ed6cc90566c9f5f5f66 (diff)
downloadrsa-git-8ed507176f09b9c162cf4f060dab8e219c6b0d77.tar.gz
Choose blinding factor relatively prime to N
This is a requirement for RSA blinding, but wasn't implemented yet.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f67b84..1aae86d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
- Added support for SHA3 hashing: SHA3-256, SHA3-384, SHA3-512. This
is natively supported by Python 3.6+ and supported via a third-party
library on Python 3.5.
+- Choose blinding factor relatively prime to N. Thanks Christian Heimes for pointing this out.
## Version 4.0 - released 2018-09-16