nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_sha256()

void ocrypto_sha256 ( uint8_t  r[(32)],
const uint8_t *  in,
size_t  in_len 
)

#include <crypto/nrf_oberon/include/ocrypto_sha256.h>

SHA-256 hash.

The SHA-256 hash of a given input message in is computed and put into r.

Parameters
[out]rGenerated hash.
inInput data.
in_lenLength of in.