mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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)
|