pub unsafe extern "C" fn av_sha_final(
    context: *mut AVSHA,
    digest: *mut u8
)
Expand description

Finish hashing and output digest value.

@param context hash function context @param digest buffer where output digest value is stored