Add RFC8439 Poly1305 MAC and ChaCha20-Poly1305 AEAD with vector tests

This commit is contained in:
Laan Tungir
2026-04-13 16:28:41 -04:00
parent 13ad24b676
commit 654bdd2186
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
0.6.0
0.6.1

View File

@@ -2,10 +2,10 @@
#define NOSTR_CORE_H
// Version information (auto-updated by increment_and_push.sh)
#define VERSION "v0.6.0"
#define VERSION "v0.6.1"
#define VERSION_MAJOR 0
#define VERSION_MINOR 6
#define VERSION_PATCH 0
#define VERSION_PATCH 1
/*
* NOSTR Core Library - Complete API Reference