Update RandomNumberGeneratorCustom.cs
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
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);
|
||||
|
||||
return output;
|
||||
|
Reference in New Issue
Block a user