summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2010-11-29 00:14:23 -0800
committerBrian Warner <warner@lothar.com>2010-11-29 00:14:23 -0800
commit9e441534ffc74a459e1ff2924d3ca84a824d7138 (patch)
tree2817f590554401b7f45bcbe10d61db7d62188fef
parent8a9cdf063f035e2950a9131dfa6712d69bc5f09d (diff)
downloadecdsa-9e441534ffc74a459e1ff2924d3ca84a824d7138.tar.gz
ellipticcurve.py: hush a pyflakes 'unused variable' warning
-rw-r--r--ecdsa/ellipticcurve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecdsa/ellipticcurve.py b/ecdsa/ellipticcurve.py
index dbd3635..c1eb361 100644
--- a/ecdsa/ellipticcurve.py
+++ b/ecdsa/ellipticcurve.py
@@ -250,7 +250,7 @@ def __main__():
# NIST Curve P-192:
p = 6277101735386680763835789423207666416083908700390324961279L
r = 6277101735386680763835789423176059013767194773182842284081L
- s = 0x3045ae6fc8422f64ed579528d38120eae12196d5L
+ #s = 0x3045ae6fc8422f64ed579528d38120eae12196d5L
c = 0x3099d2bbbfcb2538542dcd5fb078b6ef5f3d6fe2c745de65L
b = 0x64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1L
Gx = 0x188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012L