nrfxlib API 0.1.0
|
void ocrypto_sha3_224_update | ( | ocrypto_sha3_ctx * | ctx, |
const uint8_t * | in, | ||
size_t | in_len | ||
) |
SHA-3-224 incremental data input.
The generator state ctx
is updated to hash a message chunk in
.
This function can be called repeatedly until the whole message is processed.
ctx | Generator state. |
in | Input data. |
in_len | Length of in . |
ctx
through ocrypto_sha3_init
is required before this function can be called.