pub unsafe extern "C" fn ocrypto_sha384_init(
ctx: *mut ocrypto_sha384_ctx,
)Expand description
ยงIncremental SHA-384 generator.
This group of functions can be used to incrementally compute the SHA-384 hash for a given message. / /@{*/ / SHA-384 initialization.
The generator state * ctx - is initialized by this function.
ctx- Generator state.