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

Module test_DES

Self-test suite for Crypto.Cipher.DES
Functions [hide private]
 
get_tests(config={})
Variables [hide private]
  __revision__ = '$Id$'
  SP800_17_B1_KEY = '0101010101010101'
  SP800_17_B2_PT = '0000000000000000'
  test_data = [('0000000000000000', '82dcbafbdeab6602', '10316e0...
  __package__ = 'Crypto.SelfTest.Cipher'
Variables Details [hide private]

test_data

Value:
[('0000000000000000',
  '82dcbafbdeab6602',
  '10316e028c8f3b4a',
  'NIST SP800-17 A'),
 ('8000000000000000',
  '95f8a5e5dd31d900',
  '0101010101010101',
  'NIST SP800-17 B.1 #0'),
...