changed name from hasher to util

This commit is contained in:
Sem van der Hoeven
2020-10-14 14:55:31 +02:00
parent 91a20e0af7
commit 037d7732f7
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
namespace Hashing
namespace Util
{
class Hasher
{