mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-09-22 06:36:01 +00:00
Allow NormalizeHashData to be public
This commit is contained in:
@@ -230,7 +230,7 @@ namespace SabreTools.Text.Extensions
|
||||
/// <summary>
|
||||
/// Normalize a hash string and pad to the correct size
|
||||
/// </summary>
|
||||
private static string? NormalizeHashData(string? hash, int expectedLength)
|
||||
public static string? NormalizeHashData(string? hash, int expectedLength)
|
||||
{
|
||||
// If we have a known blank hash, return blank
|
||||
if (hash is null)
|
||||
|
||||
Reference in New Issue
Block a user