Package Crypto :: Package SelfTest :: Package Cipher :: Module common
[hide private]
[frames] | no frames]

Module common

Self-testing for PyCrypto hash modules
Classes [hide private]
  _NoDefault
  CipherSelfTest
  CipherStreamingSelfTest
  CTRSegfaultTest
  CTRWraparoundTest
  CFBSegmentSizeTest
Functions [hide private]
 
_extract(d, k, default=<class Crypto.SelfTest.Cipher.common._NoDefault at 0x8bdba1c>)
Get an item from a dictionary, and remove it from the dictionary.
 
make_block_tests(module, module_name, test_data)
 
make_stream_tests(module, module_name, test_data)
Variables [hide private]
  __revision__ = '$Id$'
  __package__ = 'Crypto.SelfTest.Cipher'