1
0
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:
faragher
2023-05-11 14:27:36 -05:00
committed by GitHub
parent 9313267323
commit b1f797fbfa
8 changed files with 1992 additions and 0 deletions

7
Crypto/fernet.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace RNS.Cryptography
{
public class Fernet
{
public const int FERNET_OVERHEAD = 48; //Bytes
}
}