From 2aa7f4b6cdb2e0e8990e7177476f4104fd2e2b17 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sat, 27 Jul 2024 22:20:53 -0400 Subject: fix codeberg url --- .onedev-buildspec.yml | 2 +- include/noscrypt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index ef1ac9d..8049766 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -11,7 +11,7 @@ jobs: condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL - !PushRepository name: Codeberg push sync - remoteUrl: https://codeberg.com/VnUgE/noscrypt.git + remoteUrl: https://codeberg.org/VnUgE/noscrypt.git userName: VnUgE passwordSecret: codeberg-access-token force: true 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 */ -- cgit