Skip to content

Commit c749f13

Browse files
authored
Change Rtab Array from ulong to long
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent c68318e commit c749f13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

HashifyNet/Algorithms/BuzHash/BuzHashConfig.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class BuzHashConfig
4545
/// <value>
4646
/// List of 256 <see cref="long"/> values.
4747
/// </value>
48-
public IReadOnlyList<ulong> Rtab { get; set; } = null;
48+
public IReadOnlyList<long> Rtab { get; set; } = null;
4949

5050
/// <summary>
5151
/// Gets the desired hash size, in bits.
@@ -94,4 +94,3 @@ public IBuzHashConfig Clone() =>
9494
};
9595
}
9696
}
97-

0 commit comments

Comments
 (0)