Update RandomNumberGeneratorCustom.cs
This commit is contained in:
parent
65ac111da0
commit
810796f0c1
|
@ -34,7 +34,7 @@
|
||||||
input[39 - i] = (byte)(counter >> 8 * i & 0xFF);
|
input[39 - i] = (byte)(counter >> 8 * i & 0xFF);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Compute hash output using your custom SHA256 implementation
|
// Compute hash output using our custom SHA256 implementation
|
||||||
byte[] output = SHA256Custom.ComputeHash(input);
|
byte[] output = SHA256Custom.ComputeHash(input);
|
||||||
|
|
||||||
return output;
|
return output;
|
||||||
|
|
Loading…
Reference in New Issue