Skip to content

Commit

Permalink
Change SwarmChunkBmtHasher visibility to public
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Oct 13, 2024
1 parent 47a5a96 commit 84769fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BeeNet.Util/Hashing/Bmt/SwarmChunkBmtHasher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

namespace Etherna.BeeNet.Hashing.Bmt
{
internal static class SwarmChunkBmtHasher
public static class SwarmChunkBmtHasher
{
// Static methods.
public static SwarmHash Hash(byte[] span, byte[] data, IHasher? hasher = null)
Expand Down

0 comments on commit 84769fd

Please sign in to comment.