1
0
forked from s434650/CatOrNot
CatOrNot/venv/lib/python3.6/site-packages/rsa-4.0.dist-info/entry_points.txt
2018-12-11 00:32:28 +01:00

9 lines
213 B
Plaintext

[console_scripts]
pyrsa-decrypt = rsa.cli:decrypt
pyrsa-encrypt = rsa.cli:encrypt
pyrsa-keygen = rsa.cli:keygen
pyrsa-priv2pub = rsa.util:private_to_public
pyrsa-sign = rsa.cli:sign
pyrsa-verify = rsa.cli:verify