Commit Graph

10 Commits

Author SHA1 Message Date
Laan Tungir c569c0c346 Improved POW 2025-08-15 07:47:16 -04:00
Laan Tungir d6a0bd67b2 . 2025-08-14 18:30:16 -04:00
Laan Tungir f1c22bdf53 Add automatic dependency building to Makefile
- Add secp256k1 auto-building rule for x64 target
- Fix customer build errors with missing secp256k1/.libs/libsecp256k1.a
- Force clean rebuild when secp256k1 library is missing
- Customers can now run 'make' directly without manual dependency building
- Maintains existing ARM64 cross-compilation auto-building functionality
2025-08-14 17:43:33 -04:00
Laan Tungir 2637378bf0 clean up versioning 2025-08-14 16:26:37 -04:00
Laan Tungir c109c93382 Initial template structure from nostr_core_lib
- Complete C library template with OpenSSL-based crypto
- Comprehensive build system (Makefile, build.sh)
- Example code and test suite
- Documentation and usage guides
- Cross-platform compatibility (x64/ARM64)
- Production-ready structure for C library projects
2025-08-14 15:10:59 -04:00
Laan Tungir 6d7b709f9a Pre-mbedTLS cleanup checkpoint - OpenSSL migration complete, all tests passing 2025-08-14 11:51:26 -04:00
Laan Tungir d257ae49f1 Fully statically linked for both x64 and arm64. Updated build.sh to always compile both versions 2025-08-11 06:54:50 -04:00
Laan Tungir ae4aa7cf80 added nostr_decode_npub 2025-08-09 11:40:34 -04:00
Laan Tungir e137560d64 . 2025-08-09 11:07:11 -04:00
Laan Tungir ca6b4754f9 First commit on a late git install 2025-08-09 10:23:28 -04:00