nostr_core_lib/nostr_core
Laan Tungir 77fadc2683 Fix submodule compatibility: Remove version.c dependency and include cjson source files
- Remove nostr_core/version.c from Makefile LIB_SOURCES to fix submodule build failures
- Remove cjson/ from .gitignore and add cjson source files to repository
- Consolidate cJSON.h into cjson/ directory (remove duplicate from nostr_core/)
- Simplify build.sh versioning to only manage git tags and VERSION file
- Update examples/version_test.c to work without version functions
- Consumer projects can now use 'make' directly without missing file errors
2025-08-14 16:40:34 -04:00
..
core.c Initial template structure from nostr_core_lib 2025-08-14 15:10:59 -04:00
core.o Initial template structure from nostr_core_lib 2025-08-14 15:10:59 -04:00
core_relay_pool.c First commit on a late git install 2025-08-09 10:23:28 -04:00
core_relay_pool.o First commit on a late git install 2025-08-09 10:23:28 -04:00
core_relays.c First commit on a late git install 2025-08-09 10:23:28 -04:00
core_relays.o First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_aes.c First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_aes.h First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_aes.o First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_chacha20.c First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_chacha20.h First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_chacha20.o First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_core.h Initial template structure from nostr_core_lib 2025-08-14 15:10:59 -04:00
nostr_crypto.c Fully statically linked for both x64 and arm64. Updated build.sh to always compile both versions 2025-08-11 06:54:50 -04:00
nostr_crypto.h First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_crypto.o First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_secp256k1.c First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_secp256k1.h First commit on a late git install 2025-08-09 10:23:28 -04:00
nostr_secp256k1.o First commit on a late git install 2025-08-09 10:23:28 -04:00