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 2db0c8d commit 2abb362Copy full SHA for 2abb362
1 file changed
HashifyNet/Algorithms/MetroHash/IMetroHashConfig.cs
@@ -46,6 +46,6 @@ public interface IMetroHashConfig : IHashConfig<IMetroHashConfig>
46
/// <value>
47
/// The seed value.
48
/// </value>
49
- ulong Seed { get; }
+ long Seed { get; }
50
}
51
-}
+}
0 commit comments