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

Module test_CAST

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

test_data

Value:
[('0123456789abcdef',
  '238b4fe5847e44b2',
  '0123456712345678234567893456789a',
  '128-bit key'),
 ('0123456789abcdef',
  'eb6a711a2c02271b',
  '01234567123456782345',
  '80-bit key'),
...