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