Changeset d96af0c in git


Ignore:
Timestamp:
2008-11-19T20:52:40Z (17 years ago)
Author:
Zooko O'Whielacronx <zooko@…>
Branches:
master
Children:
7757a5e
Parents:
8453c90
Message:

fix syntax error in commented-out ecdsa tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pycryptopp/test/test_ecdsa.py

    r8453c90 rd96af0c  
    2323KEYSIZE=192 # The choices are 192 or 521 -- they are both secure, and 192 makes for faster unit tests.
    2424# class Signer(unittest.TestCase):
    25 class Signer(): # ecdsa disabled for now
     25class Signer: # ecdsa disabled for now
    2626    def test_generate_bad_size(self):
    2727        try:
     
    5151
    5252# class SignAndVerify(unittest.TestCase):
    53 class SignAndVerify(): # ecdsa disabled for now
     53class SignAndVerify: # ecdsa disabled for now
    5454    def _help_test_sign_and_check(self, signer, verifier, msg):
    5555        sig = signer.sign(msg)
Note: See TracChangeset for help on using the changeset viewer.