diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/rsa-4.9.dist-info/entry_points.txt')
| -rw-r--r-- | .venv/lib/python3.12/site-packages/rsa-4.9.dist-info/entry_points.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/rsa-4.9.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/rsa-4.9.dist-info/entry_points.txt new file mode 100644 index 00000000..bf058e3e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/rsa-4.9.dist-info/entry_points.txt @@ -0,0 +1,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 + |
