Function bearssl::br_sha512_init [] [src]

pub unsafe extern "C" fn br_sha512_init(ctx: *mut br_sha512_context)

\brief SHA-512 context initialisation.

This function initialises or resets a context for a new SHA-512 computation. It also sets the vtable pointer.

\param ctx pointer to the context structure.