Remove unused variables

This commit is contained in:
Frank Denis
2024-09-18 12:41:05 +02:00
parent b7b1c08272
commit 53a746c68d
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ main(void)
{
unsigned char bobpk[32];
char hex[65];
int i;
crypto_scalarmult_base(bobpk, bobsk);
sodium_bin2hex(hex, sizeof hex, bobpk, sizeof bobpk);
-1
View File
@@ -19,7 +19,6 @@ main(void)
{
unsigned char k[32];
char hex[65];
int i;
int ret;
ret = crypto_scalarmult(k, alicesk, bobpk);