#include "hashcom.h"Include dependency graph for sha512.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| struct | sha512_context |
Defines | |
| #define | SHA512_SMALL 0 |
| #define | SHA512_DIGEST_SIZE (8*sizeof(uns64)) |
Functions | |
| void | sha512_init (sha512_context *c) |
| void | sha512_update (sha512_context *c, uns8 *input, unsigned int inLen) |
| void | sha512_final (uns8 *digest, sha512_context *c) |
|
|
|
|
|
reference: http://csrc.nist.gov/encryption/shs/dfips-180-2.pdf |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
GPL |