Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

hmacsha256.h File Reference

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

#include "hmac.h"
#include "sha256.h"

Go to the source code of this file.

Data Structures

struct  hmacsha256Param

Functions

int hmacsha256Setup (hmacsha256Param *, const byte *, size_t)
int hmacsha256Reset (hmacsha256Param *)
int hmacsha256Update (hmacsha256Param *, const byte *, size_t)
int hmacsha256Digest (hmacsha256Param *, byte *)

Variables

const keyedHashFunction hmacsha256


Detailed Description

HMAC-SHA-256 message authentication code, headers.

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

Definition in file hmacsha256.h.


Function Documentation

int hmacsha256Digest hmacsha256Param  ,
byte  
 

int hmacsha256Reset hmacsha256Param  
 

int hmacsha256Setup hmacsha256Param  ,
const byte  ,
size_t   
 

int hmacsha256Update hmacsha256Param  ,
const byte  ,
size_t   
 


Variable Documentation

const keyedHashFunction hmacsha256
 

Definition at line 45 of file hmacsha256.h.


Generated on Tue Mar 9 19:18:13 2004 for BeeCrypt by doxygen1.2.18