v0.0.3 - Refactor key-store module and remove redundant crypto wrappers

This commit is contained in:
Laan Tungir
2026-05-02 14:04:35 -04:00
parent 21f1258844
commit cdfd8d8d7e
37 changed files with 8604 additions and 4303 deletions

View File

@@ -67,9 +67,8 @@ RUN gcc -static -O2 -Wall -Wextra -std=c99 \
/build/src/dispatcher.c \
/build/src/policy.c \
/build/src/server.c \
/build/src/crypto.c \
/build/src/key_store.c \
/build/src/socket_name.c \
/build/src/bip39_english.c \
/build/nostr_core_lib/libnostr_core_x64.a \
-o /build/nsigner_static \
$(pkg-config --static --libs libcurl openssl) \