We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0ee25 commit 14db374Copy full SHA for 14db374
doc/usage.rst
@@ -40,7 +40,7 @@ Alternatively you can use :py:meth:`rsa.PrivateKey.load_pkcs1` and
40
... keydata = privatefile.read()
41
>>> privkey = rsa.PrivateKey.load_pkcs1(keydata)
42
43
-PKCS#1 v2.1 allows you to generate RSA keys with multiple primes:
+Python-RSA also allows you to generate RSA keys with multiple primes:
44
45
>>> import rsa
46
>>> (pubkey, privkey) = rsa.newkeys(512, nprimes=3)
0 commit comments