RSTT  3.2.0
Regional Seismic Travel Time
All Classes Namespaces Files Functions Variables Typedefs Friends Macros
MD50.h File Reference
#include <string>
#include "UtilGlobals.h"

Go to the source code of this file.

Classes

class  util::MD50
 This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. More...
 
class  util::md5step< f >
 Primary MD5 algorithmic step function object. The function object is templated (class f) off of the four MD5 functions f1, f2, f3, and f4 defined below. More...
 
class  util::f1
 First MD5 algorithmic operation function object. Optimized from x & y | ~x & z. More...
 
class  util::f2
 Second MD5 algorithmic operation function object. More...
 
class  util::f3
 Third MD5 algorithmic operation function object. More...
 
class  util::f4
 Fourth MD5 algorithmic operation function object. More...
 

Namespaces

 util
 

Typedefs

typedef unsigned int util::uint32
 
typedef unsigned char util::uchar
 
typedef const unsigned char util::cuchar