ComputeSHA1 method
Compute SHA1 hash code
Implementation
Pointer<UnsignedInt> ComputeSHA1(Pointer<UnsignedChar> data, int dataSize)
=> _ComputeSHA1(data, dataSize);
Compute SHA1 hash code
Pointer<UnsignedInt> ComputeSHA1(Pointer<UnsignedChar> data, int dataSize)
=> _ComputeSHA1(data, dataSize);