![]() |
nrfxlib API 3.3.99
|
SHA512 algorithm, a member of the SHA2 family, with 512 bit outputs. More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | ocrypto_sha512_BYTES (64) |
Functions | |
| void | ocrypto_sha512 (uint8_t r[(64)], const uint8_t *in, size_t in_len) |
Incremental SHA512 generator | |
This group of functions can be used to incrementally compute the SHA512 hash for a given message. | |
| void | ocrypto_sha512_init (ocrypto_sha512_ctx *ctx) |
| void | ocrypto_sha512_update (ocrypto_sha512_ctx *ctx, const uint8_t *in, size_t in_len) |
| void | ocrypto_sha512_final (ocrypto_sha512_ctx *ctx, uint8_t r[(64)]) |
SHA512 algorithm, a member of the SHA2 family, with 512 bit outputs.