commit | 4e167698df4231ffa74d4bfd1daef966b0103cdf | [log] [tgz] |
---|---|---|
author | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Jan 09 12:56:08 2011 +0100 |
committer | Sybren A. Stüvel <sybren@stuvel.eu> | Sun Jan 09 12:56:08 2011 +0100 |
tree | ff536833a8ae4d10dc0514ac51be1dc9a5716f1e | |
parent | cf1ed85572021db7e8d314cbd9835640638622fc [diff] [blame] |
Updated rsa-test.py and runme.py to work with new code
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)