Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

hmacsha512.h File Reference

HMAC-SHA-512 message authentication code, headers. More...

#include "beecrypt/hmac.h"
#include "beecrypt/sha512.h"

Include dependency graph for hmacsha512.h:

Go to the source code of this file.

Functions

BEECRYPTAPI int hmacsha512Setup (hmacsha512Param *, const byte *, size_t)
BEECRYPTAPI int hmacsha512Reset (hmacsha512Param *)
BEECRYPTAPI int hmacsha512Update (hmacsha512Param *, const byte *, size_t)
BEECRYPTAPI int hmacsha512Digest (hmacsha512Param *, byte *)

Variables

BEECRYPTAPI const keyedHashFunction hmacsha512


Detailed Description

HMAC-SHA-512 message authentication code, headers.

Author:
Bob Deblier <bob.deblier@pandora.be>

Function Documentation

BEECRYPTAPI int hmacsha512Digest hmacsha512Param ,
byte
 

BEECRYPTAPI int hmacsha512Reset hmacsha512Param  ) 
 

BEECRYPTAPI int hmacsha512Setup hmacsha512Param ,
const byte ,
size_t 
 

BEECRYPTAPI int hmacsha512Update hmacsha512Param ,
const byte ,
size_t 
 


Variable Documentation

BEECRYPTAPI const keyedHashFunction hmacsha512
 


Generated on Mon Jun 20 10:10:27 2005 for BeeCrypt by  doxygen 1.4.0