v0.0.46 - Post-quantum crypto expansion: ML-DSA-65, SLH-DSA-128s, ML-KEM-768, ed25519, x25519, algorithm-based API

This commit is contained in:
Laan Tungir
2026-07-16 16:11:46 -04:00
parent 09f3ec2f7c
commit 8015742e29

View File

@@ -757,8 +757,8 @@ int socket_name_random(char *out, size_t out_len);
/* Version information (auto-updated by build/version tooling) */
#define NSIGNER_VERSION_MAJOR 0
#define NSIGNER_VERSION_MINOR 0
#define NSIGNER_VERSION_PATCH 45
#define NSIGNER_VERSION "v0.0.45"
#define NSIGNER_VERSION_PATCH 46
#define NSIGNER_VERSION "v0.0.46"
/* NSIGNER_HEADERLESS_DECLS_END */