mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
3 lines
48 B
Python
3 lines
48 B
Python
import rsa
|
|
(pubkey, privkey) = rsa.newkeys(512)
|