summaryrefslogtreecommitdiff
path: root/rsa-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa-test.py')
-rwxr-xr-xrsa-test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsa-test.py b/rsa-test.py
index ef13f8a..94ea685 100755
--- a/rsa-test.py
+++ b/rsa-test.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
import rsa
(pub, priv) = rsa.newkeys(64)