![]() |
nrfxlib API 3.3.99
|
| void ocrypto_cshake256_ext | ( | ocrypto_cshake_ctx * | ctx, |
| uint8_t * | r, | ||
| size_t | r_len ) |
#include <crypto/nrf_oberon/include/ocrypto_cshake.h>
cSHAKE256 extended output.
Generates additional output data of length r_len and updates the generator state ctx accordingly. The output is put into r.
| ctx | Generator state. | |
| [out] | r | Generated output. |
| r_len | Length of r. |
ctx through ocrypto_cshake256_init, ocrypto_cshake256_update, and ocrypto_cshake256_final is required before this function can be called.