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