Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
p6digest.h File Reference
#include "p6crypto.h"

Go to the source code of this file.

Classes

interface  P6R::p6IDigest
 

Namespaces

 P6R
 

Macros

#define COMP_p6Digest   {0x930e6287,0xbc9f,0x4064,{0x91,0x85,0x2,0x9f,0x5b,0xf7,0x6b,0x42}}
 
#define IF_p6IDigest   {0x28f63442,0x24bd,0x4741,{0x8e,0xc6,0xea,0x91,0x15,0x70,0xed,0x45}}
 

Typedefs

typedef P6UINT32 P6R::P6DIGESTFLAGS
 

Enumerations

enum  P6R::P6DIGESTS {
  P6R::DIGEST_MD2, P6R::DIGEST_MD4, P6R::DIGEST_MD5, P6R::DIGEST_SHA1,
  P6R::DIGEST_SHA224, P6R::DIGEST_SHA256, P6R::DIGEST_SHA384, P6R::DIGEST_SHA512,
  P6R::DIGEST_RIPEMD160, P6R::DIGEST_MAX
}
 

Variables

const P6DIGESTFLAGS P6R::P6DIGEST_NOFLAGS = 0x00000000
 
const P6DIGESTFLAGS P6R::P6DIGEST_TRACEON = 0x00000001
 

Detailed Description

Interface definition for the one way digest functions.

Definition in file p6digest.h.