This directory contains the "optimized 32-bit" implementation for our
NIST SHA-3 submission, "MD6". In addition, we've included code for a
utility, "md6sum", that computes the md6 hash of files.

The following files were submitted to NIST:
    md6.h
    md6_compress.c
    md6_mode.c
    md6_nist.h
    md6_nist.c
    inttypes.h
    stdint.h

Supplemental files included for md6sum are:
    md6sum.c    
    makefile

To make md6sum, simply run "make". For help using md6sum, run
"./md6sum -h".
