Skip to content

Commit

Permalink
ellipticcurve.py: hush a pyflakes 'unused variable' warning
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Nov 29, 2010
1 parent 8a9cdf0 commit 9e44153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecdsa/ellipticcurve.py
Expand Up @@ -250,7 +250,7 @@ def test_multiply( c, x1, y1, m, x3, y3 ):
# NIST Curve P-192:
p = 6277101735386680763835789423207666416083908700390324961279L
r = 6277101735386680763835789423176059013767194773182842284081L
s = 0x3045ae6fc8422f64ed579528d38120eae12196d5L
#s = 0x3045ae6fc8422f64ed579528d38120eae12196d5L
c = 0x3099d2bbbfcb2538542dcd5fb078b6ef5f3d6fe2c745de65L
b = 0x64210519e59c80e70fa7e9ab72243049feb8deecc146b9b1L
Gx = 0x188da80eb03090f67cbf20eb43a18800f4ff0afd82ff1012L
Expand Down

0 comments on commit 9e44153

Please sign in to comment.