![]() |
nrfxlib API 3.3.99
|
SHA384 algorithm, a member of the SHA2 family, with 384 bit outputs. More...
#include "ocrypto_sha512.h"Go to the source code of this file.
Macros | |
| #define | ocrypto_sha384_BYTES (48) |
Functions | |
| void | ocrypto_sha384 (uint8_t r[(48)], const uint8_t *in, size_t in_len) |
Incremental SHA384 generator | |
This group of functions can be used to incrementally compute the SHA384 hash for a given message. | |
| void | ocrypto_sha384_init (ocrypto_sha384_ctx *ctx) |
| void | ocrypto_sha384_update (ocrypto_sha384_ctx *ctx, const uint8_t *in, size_t in_len) |
| void | ocrypto_sha384_final (ocrypto_sha384_ctx *ctx, uint8_t r[(48)]) |
SHA384 algorithm, a member of the SHA2 family, with 384 bit outputs.