Function riot_sys::sha3_384_final

source ·
pub unsafe extern "C" fn sha3_384_final(
    ctx: *mut keccak_state_t,
    digest: *mut c_void
)
Expand description

@brief SHA3-384 finalization. Pads the input data and exports the hash value

@param[in,out] ctx context handle to use @param[out] digest resulting digest, this is the hash of all the bytes