Last commit before switching from mbedtls to openssl
This commit is contained in:
parent
3aaa46bb9b
commit
5a7c796873
|
@ -0,0 +1,8 @@
|
|||
This library is fully staticly linked. There should be no external dependencies.
|
||||
|
||||
When building, use build.sh, not make.
|
||||
|
||||
Use it as follows: build.sh -m "useful comment on changes being made"
|
||||
|
||||
When making TUI menus, try to use the first leter of the command and the key to press to execute that command. For example, if the command is "Open file" try to use a keypress of "o" upper or lower case to signal to open the file. Use this instead of number keyed menus when possible. In the command, the letter should be underlined that signifies the command.
|
||||
|
|
@ -9,6 +9,8 @@ node_modules/
|
|||
nostr-tools/
|
||||
tiny-AES-c/
|
||||
mbedtls/
|
||||
openssl*/
|
||||
curl*/
|
||||
|
||||
# Auto-generated version files
|
||||
nostr_core/version.h
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
BIN
libnostr_core.a
BIN
libnostr_core.a
Binary file not shown.
|
@ -105,6 +105,7 @@ sync_test: sync_test.c
|
|||
@echo "Building synchronous relay query test program (x86_64)..."
|
||||
$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
|
||||
|
||||
|
||||
# Build crypto test ARM64 executable
|
||||
$(ARM64_CRYPTO_TEST_EXEC): nostr_crypto_test.c
|
||||
@echo "Building crypto test suite (ARM64)..."
|
||||
|
|
BIN
tests/nip04_test
BIN
tests/nip04_test
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue