ComputeSHA256 method
Compute SHA256 hash code
Implementation
Pointer<UnsignedInt> ComputeSHA256(Pointer<UnsignedChar> data, int dataSize)
=> _ComputeSHA256(data, dataSize);
Compute SHA256 hash code
Pointer<UnsignedInt> ComputeSHA256(Pointer<UnsignedChar> data, int dataSize)
=> _ComputeSHA256(data, dataSize);