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