aboutsummaryrefslogtreecommitdiff
path: root/lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-30 10:53:45 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-30 10:53:45 -0400
commit86fdda1fdece6e8dc1e655b81bcd21a852c5d3fc (patch)
tree3dc3f77b0dbc78b5d3ead8b1da675ca9fc55bda3 /lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs
parentbeb29f571063fc3e5147482a15275d1026aed699 (diff)
test: Fix testing bugs and tests are PASSING!
Diffstat (limited to 'lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs')
-rw-r--r--lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs b/lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs
index b155810..996681c 100644
--- a/lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs
+++ b/lib/NVault.Crypto.Noscrypt/src/LibNoscrypt.cs
@@ -44,6 +44,7 @@ namespace NVault.Crypto.Noscrypt
public const int NC_MESSAGE_KEY_SIZE = 32;
public const int NC_HMAC_KEY_SIZE = 32;
public const int NC_ENCRYPTION_MAC_SIZE = 32;
+ public const int NC_CONVERSATION_KEY_SIZE = 32;
public const int CTX_ENTROPY_SIZE = 32;
public const NCResult NC_SUCCESS = 0;