buildroot/support/testing/tests/package/sample_python_rsa.py

3 lines
48 B
Python
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
import rsa
(pubkey, privkey) = rsa.newkeys(512)