Laan Tungir laantungir
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-19 10:59:09 +00:00
77d92dbcf9 Nostr note validation added to nip01
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-17 18:14:58 +00:00
1da4f6751e clean up
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-17 15:29:17 +00:00
3ebfdc06c0 Fixed bug in nip44.c, was an error in ecdh_shared_secret. Added comments
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-17 14:42:43 +00:00
d8b342ca3f Fixed error in nip04 implementation. Now working
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 21:48:12 +00:00
df23fd618a comparison test for debugging
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 18:09:32 +00:00
19452f45c2 remove secp256 from project
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 17:59:57 +00:00
711a7cc15c feat: migrate to system dependencies from static linking
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 15:31:09 +00:00
58cabadc44 un-nest curl
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 14:49:05 +00:00
77186c88dd secp256k1
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 14:39:55 +00:00
2036d0165b Add in secp256k repo so that customer can build.
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 14:28:06 +00:00
40dd3aa20b Updated build.sh to build curl, openssl, and 256k1 if needed
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 13:45:48 +00:00
00df0cad99 Simplify build script directory validation
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 13:36:43 +00:00
05fe1df8aa Update library usage documentation
98a802552b Fix build script path resolution for customer Makefile usage
Compare 2 commits »
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 12:51:12 +00:00
9fd4c61df7 Working in the mines
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 12:38:51 +00:00
76e883fad4 Refactor and consolidate test suite
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-16 11:42:57 +00:00
c3a9482882 Completed refactoring to separate nip files, and updating build.sh
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-15 20:33:12 +00:00
8ed9262c65 Last version before deleting Makefile and CmakeLists.txt
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-15 13:14:57 +00:00
6014a250dd Final fix for curl callback function signature - use proper void* types
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-15 13:12:58 +00:00
f50384962d Fixed curl type warnings - callback function signature and timeout parameter casting
laantungir pushed to master at laantungir/nostr_core_lib 2025-08-15 11:47:20 +00:00
c569c0c346 Improved POW