Skip to content

Commit 3bda7b6

Browse files
authored
create a enum to define length of MD5 hash.
1 parent aa68e12 commit 3bda7b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
namespace NETCore.Encrypt
2+
{
3+
public enum MD5Length
4+
{
5+
L16 = 16,
6+
L32 = 32
7+
}
8+
}

0 commit comments

Comments
 (0)