Skip to content

Commit

Permalink
Language correction
Browse files Browse the repository at this point in the history
  • Loading branch information
myheroyuki committed Jan 27, 2024
1 parent ca0ee25 commit 14db374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.rst
Expand Up @@ -40,7 +40,7 @@ Alternatively you can use :py:meth:`rsa.PrivateKey.load_pkcs1` and
... keydata = privatefile.read()
>>> privkey = rsa.PrivateKey.load_pkcs1(keydata)

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:

>>> import rsa
>>> (pubkey, privkey) = rsa.newkeys(512, nprimes=3)
Expand Down

0 comments on commit 14db374

Please sign in to comment.