

=====================================================================
  output from demo-hash1.py
=====================================================================

$ python demo-hash1.py
  Supported hash algorithms:
    md2
    md4
    md5
    rmd128
    rmd160
    rmd256
    rmd320
    sha1
    sha224
    sha256
    sha384
    sha512
    tiger
    whirlpool

  message   abc
    md5        900150983cd24fb0d6963f7d28e17f72
    sha1       a9993e364706816aba3e25717850c26c9cd0d89d
    tiger      2aab1484e8c158f2bfb8c5ff41b57a525129131c957b5f93
  message   Kilroy was here ...and there.
    tiger      2d96f7e8ea66ffa72c42c4d93df93f53cce920ca663f6468
  message   Kilroy was here ...and there.
    tiger      2d96f7e8ea66ffa72c42c4d93df93f53cce920ca663f6468
    rmd128     76cf63d797d9df354758442ce1f195f3
$

=====================================================================
  output from demo-cipher1.py
=====================================================================

$ python demo-cipher1.py
  Supported cipher algorithms:
    aes
    rijndael
    twofish
    blowfish
    des
    rc2
    des3
    cast5
    kasumi
    anubis
    kseed
    khazad
    noekeon
    rc5
    rc6
    skipjack
    xtea

  Supported modes:
    ecb
    cbc
    ctr
    cfb
    ofb

  orig_message    Kilroy was here! ...and there.
  algorithm       aes
  mode            cbc
  key             hello
  IV              b8f6ff72dc4b2242fc5bf7c2df2c9db2
  encrypted_msg   a7c8e80ff4b3fb61e1aebb0dd67470609166a85443b7fcbc1c618565e91698a0
  decrypted_msg   Kilroy was here! ...and there.
  decryption  *** good ***

  orig_message    Kilroy was here! ...and there.
  algorithm       twofish
  mode            ctr
  key             goodbye
  IV              5c22d837d0f9e47268febd4bfcd35869
  encrypted_msg   6f68cda9b7d8f6602c294c2ce883dfa1ccd1694cc2a361963b9a9a1018ca
  decrypted_msg   Kilroy was here! ...and there.
  decryption  *** good ***
$

=====================================================================
  output from demo-ecdsa1.py
=====================================================================

$ python demo-ecdsa1.py
  message   Kilroy was here ...and there.
  digest    6e05d54aeca12eb4fc23ba69e5e4bdafa753ba66
  signature 302d02141e2fbdc5487acc06b685e1cec0f532d2f78119af021500fe20818c72487d24fe881ca4dbf16c92aaba694b
  verifies  *** good ***
$

=====================================================================
=====================================================================
=====================================================================

