nrfxlib API 0.1.0
|
void ocrypto_sha256_init | ( | ocrypto_sha256_ctx * | ctx | ) |
#include <crypto/nrf_oberon/include/ocrypto_sha256.h>
SHA-256 initialization.
The generator state ctx
is initialized by this function.
[out] | ctx | Generator state. |