mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Thomas Petazzoni
parent
9080721161
commit
58c99c957b
2
support/testing/tests/package/sample_python_rsa.py
Normal file
2
support/testing/tests/package/sample_python_rsa.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import rsa
|
||||
(pubkey, privkey) = rsa.newkeys(512)
|
||||
Reference in New Issue
Block a user