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

Module test_ARC2

Self-test suite for Crypto.Cipher.ARC2
Classes [hide private]
  BufferOverflowTest
Functions [hide private]
 
get_tests(config={})
Variables [hide private]
  __revision__ = '$Id$'
  test_data = [('0000000000000000', 'ebb773f993278eff', '0000000...
  __package__ = 'Crypto.SelfTest.Cipher'
Variables Details [hide private]

test_data

Value:
[('0000000000000000',
  'ebb773f993278eff',
  '0000000000000000',
  'RFC2268-1',
  {'effective_keylen': 63}),
 ('ffffffffffffffff',
  '278b27e42e2f0d49',
  'ffffffffffffffff',
...