nrfxlib API 0.1.0
|
void ocrypto_sha384 | ( | uint8_t | r[(48)], |
const uint8_t * | in, | ||
size_t | in_len | ||
) |
#include <crypto/nrf_oberon/include/ocrypto_sha384.h>
SHA-384 hash.
The SHA-384 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 . |