BeeCrypt
4.2.1
|
HMAC-SHA-512 message authentication code, headers. More...
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 |
HMAC-SHA-512 message authentication code, headers.
int hmacsha512Digest | ( | hmacsha512Param * | , |
byte * | |||
) |
int hmacsha512Reset | ( | hmacsha512Param * | ) |
int hmacsha512Setup | ( | hmacsha512Param * | , |
const byte * | , | ||
size_t | |||
) |
int hmacsha512Update | ( | hmacsha512Param * | , |
const byte * | , | ||
size_t | |||
) |
const keyedHashFunction hmacsha512 |