mirror of
https://github.com/SabreTools/SabreTools.Hashing.git
synced 2026-07-08 18:06:40 +00:00
Make FnvBase public
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace SabreTools.Hashing.Checksum
|
||||
{
|
||||
internal abstract class FnvBase<T> : ChecksumBase<T> where T : struct
|
||||
public abstract class FnvBase<T> : ChecksumBase<T> where T : struct
|
||||
{
|
||||
/// <summary>
|
||||
/// Initial value to use
|
||||
|
||||
Reference in New Issue
Block a user