pub unsafe extern "C" fn FSUSER_UpdateSha256Context(
data: *const c_void,
inputSize: u32_,
hash: *mut u8_,
) -> ResultExpand description
Hashes the given data and outputs a SHA256 hash.
ยงArguments
data- Pointer to the data to be hashed.inputSize- The size of the data.hash- Hash output pointer.