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 c68318e commit c749f13Copy full SHA for c749f13
HashifyNet/Algorithms/BuzHash/BuzHashConfig.cs
@@ -45,7 +45,7 @@ public class BuzHashConfig
45
/// <value>
46
/// List of 256 <see cref="long"/> values.
47
/// </value>
48
- public IReadOnlyList<ulong> Rtab { get; set; } = null;
+ public IReadOnlyList<long> Rtab { get; set; } = null;
49
50
/// <summary>
51
/// Gets the desired hash size, in bits.
@@ -94,4 +94,3 @@ public IBuzHashConfig Clone() =>
94
};
95
}
96
97
-
0 commit comments