Skip to content

Commit a5fba13

Browse files
committed
Users can specify the return type for aes algorithm
1 parent b2d1d0d commit a5fba13

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Enums/ReturnTypes.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
5+
namespace SafeCrypt.Enums
6+
{
7+
public enum ReturnTypes
8+
{
9+
Hex = 1,
10+
Bytes
11+
}
12+
}

0 commit comments

Comments
 (0)