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

Module test_Blowfish

Self-test suite for Crypto.Cipher.Blowfish
Functions [hide private]
 
get_tests(config={})
Variables [hide private]
  __revision__ = '$Id$'
  test_data = [('0000000000000000', '4ef997456198dd78', '0000000...
  __package__ = None
hash(x)
Variables Details [hide private]

test_data

Value:
[('0000000000000000', '4ef997456198dd78', '0000000000000000'),
 ('ffffffffffffffff', '51866fd5b85ecb8a', 'ffffffffffffffff'),
 ('1000000000000001', '7d856f9a613063f2', '3000000000000000'),
 ('1111111111111111', '2466dd878b963c9d', '1111111111111111'),
 ('1111111111111111', '61f9c3802281b096', '0123456789abcdef'),
 ('0123456789abcdef', '7d0cc630afda1ec7', '1111111111111111'),
 ('0000000000000000', '4ef997456198dd78', '0000000000000000'),
 ('0123456789abcdef', '0aceab0fc6a0a28d', 'fedcba9876543210'),
...