BeeCrypt  4.2.1
Data Structures | Functions | Variables

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.

Data Structures

struct  hmacsha512Param
 

Functions

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

Variables

const keyedHashFunction hmacsha512
 

Detailed Description

HMAC-SHA-512 message authentication code, headers.

Author
Bob Deblier bob.d.nosp@m.ebli.nosp@m.er@te.nosp@m.lene.nosp@m.t.be

Function Documentation

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

Variable Documentation

const keyedHashFunction hmacsha512