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 1b0504d commit 2ee1caaCopy full SHA for 2ee1caa
HashifyNet/Algorithms/XxHash/IXxHashConfig.cs
@@ -38,6 +38,7 @@ public interface IXxHashConfig : IHashConfig<IXxHashConfig>
38
/// Gets the seed value used to populate the secret key.
39
/// <para>If not specified, defaults to 0, which means the default secret key will be used.</para>
40
/// </summary>
41
- ulong Seed { get; }
+ long Seed { get; }
42
}
43
-}
+
44
+}
0 commit comments