Function ctru_sys::FSUSER_UpdateSha256Context
source · pub unsafe extern "C" fn FSUSER_UpdateSha256Context(
data: *const c_void,
inputSize: u32_,
hash: *mut u8_
) -> Result
Expand 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.