We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfbfb95 commit 4894dfcCopy full SHA for 4894dfc
src/Neo/Cryptography/Murmur32.cs
@@ -91,7 +91,7 @@ private uint GetCurrentHashUInt32()
91
}
92
93
[MethodImpl(MethodImplOptions.AggressiveInlining)]
94
- public void Initialize()
+ private void Initialize()
95
{
96
_hash = _seed;
97
_length = 0;
0 commit comments