mirror of
https://github.com/faragher/RNS_CS_Dev.git
synced 2024-11-28 18:21:03 +01:00
Initial Commit
This commit is contained in:
7
Crypto/fernet.cs
Normal file
7
Crypto/fernet.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace RNS.Cryptography
|
||||
{
|
||||
public class Fernet
|
||||
{
|
||||
public const int FERNET_OVERHEAD = 48; //Bytes
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user