package/python-rsa: new package

Python-RSA is a pure-Python RSA implementation.

Signed-off-by: Raphaël Mélotte <raphael.melotte@essensium.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Raphaël Mélotte
2020-02-07 15:16:28 +01:00
committed by Thomas Petazzoni
parent 9080721161
commit 58c99c957b
7 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
import rsa
(pubkey, privkey) = rsa.newkeys(512)