aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/rsa/py3/.dist-info/entry_points.txt
blob: bf058e3ebda1b5bda76eefdf3e7c188ae20bb911 (plain) (blame)
1
2
3
4
5
6
7
8
[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