summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:43:55 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 17:47:26 +0200
commit3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d (patch)
treeb8caf816400742d66a547c21cfef950a6c3b3d9f /doc
parentb68f6181e9729afc6cae42cdf12b6a8dba52a80e (diff)
downloadrsa-git-3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d.tar.gz
Add support for SHA3 hashing
This is based on https://github.com/sybrenstuvel/python-rsa/pull/96, with a few improvements: - The minimum of one use of SHA3 in a unit test, to at least touch it at some point. - Documented the support of SHA3. - Only install the third-party library required by Python 3.5 when we're running on Python 3.5. Newer Python versions support SHA3 natively.
Diffstat (limited to 'doc')
-rw-r--r--doc/compatibility.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compatibility.rst b/doc/compatibility.rst
index be4d295..1429553 100644
--- a/doc/compatibility.rst
+++ b/doc/compatibility.rst
@@ -16,7 +16,7 @@ Encryption:
Signatures:
PKCS#1 v1.5 using the following hash methods:
- MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
+ MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA3-256, SHA3-384, SHA3-512
Private keys:
PKCS#1 v1.5 in PEM and DER format, ASN.1 type RSAPrivateKey