User Manual

Readme OSS - RWG MP2
1058
* Robert Jenkin's hash function.
* http://burtleburtle.net/bob/hash/evahash.html
* This is in the public domain.
556: Public Domain
# Author: Lasse Collin <lasse.collin@tukaani.org>
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
557: Public Domain
/* Public domain bit twiddling hacks/utilities: Sean Eron Anderson */
558: Public Domain
/* This is based on SHA256 implementation in LibTomCrypt that was released into
* public domain by Tom St Denis. */
559: Public Domain
# D. J. Bernstein
# Public domain.