![]() |
nrfxlib API 3.3.99
|
| void ocrypto_sha256 | ( | uint8_t | r[(32)], |
| const uint8_t * | in, | ||
| size_t | in_len ) |
#include <crypto/nrf_oberon/include/ocrypto_sha256.h>
SHA256 hash.
The SHA256 hash of a given input message in is computed and put into r.
| [out] | r | Generated hash. |
| in | Input data. | |
| in_len | Length of in. |