diff options
author | vnugent <public@vaughnnugent.com> | 2024-07-27 22:20:53 -0400 |
---|---|---|
committer | vnugent <public@vaughnnugent.com> | 2024-07-27 22:20:53 -0400 |
commit | 2aa7f4b6cdb2e0e8990e7177476f4104fd2e2b17 (patch) | |
tree | 9479b918feb2e4d745135b00e2335c818893a7af /include/noscrypt.h | |
parent | 1640f79776c6b291b49a39a6128c05888fc4153e (diff) |
fix codeberg url
Diffstat (limited to 'include/noscrypt.h')
-rw-r--r-- | include/noscrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/noscrypt.h b/include/noscrypt.h index de5d2ac..faad1f1 100644 --- a/include/noscrypt.h +++ b/include/noscrypt.h @@ -76,7 +76,7 @@ extern "C" { #define NC_CONV_KEY_SIZE 0x20 #define NC_HMAC_KEY_SIZE 0x20 #define NC_ENCRYPTION_MAC_SIZE 0x20 -#define NC_MESSAGE_KEY_SIZE NIP44_MESSAGE_KEY_SIZE +#define NC_MESSAGE_KEY_SIZE NIP44_MESSAGE_KEY_SIZE #define NC_NIP04_AES_IV_SIZE 0x10 /* AES IV size is 16 bytes (aka cipher block size) */ #define NC_NIP04_AES_KEY_SIZE 0x20 /* AES 256 key size */ |