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