Files
fml13v01-buildroot/support/testing/tests/package/sample_python_rsa.py
T
2021-12-06 14:12:13 +08:00

3 lines
48 B
Python

import rsa
(pubkey, privkey) = rsa.newkeys(512)