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

Module test_ARC4

Self-test suite for Crypto.Cipher.ARC4
Functions [hide private]
 
get_tests(config={})
Variables [hide private]
  __revision__ = '$Id$'
  test_data = [('0123456789abcdef', '75b7878099e0c596', '0123456...
  __package__ = None
hash(x)
Variables Details [hide private]

test_data

Value:
[('0123456789abcdef',
  '75b7878099e0c596',
  '0123456789abcdef',
  'Test vector 0'),
 ('0000000000000000',
  '7494c2e7104b0879',
  '0123456789abcdef',
  'Test vector 1'),
...