include/beecrypt/hmacsha224.h File Reference

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

#include "beecrypt/hmac.h"
#include "beecrypt/sha224.h"
Include dependency graph for hmacsha224.h:

Go to the source code of this file.

Data Structures

struct  hmacsha224Param

Functions

int hmacsha224Setup (hmacsha224Param *, const byte *, size_t)
int hmacsha224Reset (hmacsha224Param *)
int hmacsha224Update (hmacsha224Param *, const byte *, size_t)
int hmacsha224Digest (hmacsha224Param *, byte *)

Variables

const keyedHashFunction hmacsha224

Detailed Description

HMAC-SHA-224 message authentication code, headers.

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

Function Documentation

int hmacsha224Digest ( hmacsha224Param ,
byte  
)
int hmacsha224Reset ( hmacsha224Param  ) 
int hmacsha224Setup ( hmacsha224Param ,
const byte ,
size_t   
)
int hmacsha224Update ( hmacsha224Param ,
const byte ,
size_t   
)

Variable Documentation


Generated on 18 Feb 2018 for BeeCrypt by  doxygen 1.6.1