예제 #1
0
파일: test_DSA.py 프로젝트: 4ZM/pycrypto
 def setUp(self):
     DSATest.setUp(self)
     self.dsa = DSA.DSAImplementation(use_fast_math=False)
예제 #2
0
 def setUp(self):
     ImportKeyTests.setUp(self)
     self.dsa = DSA.DSAImplementation(use_fast_math=1)