Make FnvBase public

This commit is contained in:
Matt Nadareski
2024-11-11 04:04:02 -05:00
parent adc918ea8a
commit b8ec4ac9c4

View File

@@ -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