summaryrefslogtreecommitdiffstats
path: root/third_party/python/rsa/rsa.egg-info/entry_points.txt
blob: 65d0e29759397a0cb34abb6acca0b56b563ca067 (plain)
1
2
3
4
5
6
7
8
9
10
[console_scripts]
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
pyrsa-encrypt-bigfile = rsa.cli:encrypt_bigfile
pyrsa-decrypt-bigfile = rsa.cli:decrypt_bigfile
pyrsa-decrypt = rsa.cli:decrypt