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

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

Go to the source code of this file.
Compounds | |
| struct | sha384_context |
Defines | |
| #define | SHA384_SMALL 0 |
| #define | SHA384_DIGEST_SIZE (6*sizeof(uns64)) |
Functions | |
| void | sha384_init (sha384_context *c) |
| void | sha384_update (sha384_context *c, uns8 *input, unsigned int inLen) |
| void | sha384_final (uns8 *digest, sha384_context *c) |
|
|
|
|
|
reference: http://csrc.nist.gov/encryption/shs/dfips-180-2.pdf |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
GPL |