nrfxlib API 0.1.0
|
void ocrypto_sha3_384_final | ( | ocrypto_sha3_ctx * | ctx, |
uint8_t | r[(48)] | ||
) |
SHA-3-384 output.
The generator state ctx
is updated to finalize the hash for the previously processed message chunks. The hash is put into r
.
ctx | Generator state. | |
[out] | r | Generated hash value. |
ctx
through ocrypto_sha3_init
is required before this function can be called.ctx
must no longer be used with ocrypto_sha3_384_update
and ocrypto_sha3_384_final
unless it is reinitialized using ocrypto_sha3_init
.