![]() |
nrfxlib API 3.3.99
|
SHA224 algorithm, a member of the SHA2 family, with 224 bit outputs. More...
Go to the source code of this file.
Macros | |
| #define | ocrypto_sha224_BYTES (28) |
Functions | |
| void | ocrypto_sha224 (uint8_t r[(28)], const uint8_t *in, size_t in_len) |
Incremental SHA224 generator | |
This group of functions can be used to incrementally compute the SHA224 hash for a given message. | |
| void | ocrypto_sha224_init (ocrypto_sha224_ctx *ctx) |
| void | ocrypto_sha224_update (ocrypto_sha224_ctx *ctx, const uint8_t *in, size_t in_len) |
| void | ocrypto_sha224_final (ocrypto_sha224_ctx *ctx, uint8_t r[(28)]) |
SHA224 algorithm, a member of the SHA2 family, with 224 bit outputs.