pub unsafe extern "C" fn ocrypto_sha384(
r: *mut u8,
in_: *const u8,
in_len: usize,
)Expand description
SHA-384 hash.
The SHA-384 hash of a given input message * in - is computed and put into * r - .
r- Generated hash.in- Input data.in_len- Length of *in- .