pub unsafe extern "C" fn hmac_sha256_final(
    ctx: *mut hmac_context_t,
    digest: *mut c_void
)
Expand description

@brief hmac_sha256_final HMAC SHA-256 finalization. Finish HMAC calculation and export the value @param[in] ctx hmac_context_t handle to use @param[out] digest the computed hmac-sha256, length MUST be SHA256_DIGEST_LENGTH