Add in secp256k repo so that customer can build.
This commit is contained in:
parent
40dd3aa20b
commit
2036d0165b
|
@ -10,7 +10,6 @@ tiny-AES-c/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
secp256k1/
|
|
||||||
Trash/debug_tests/
|
Trash/debug_tests/
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
@ -20,4 +19,3 @@ node_modules/
|
||||||
*.dylib
|
*.dylib
|
||||||
*.dll
|
*.dll
|
||||||
build/
|
build/
|
||||||
|
|
||||||
|
|
3
build.sh
3
build.sh
|
@ -129,12 +129,13 @@ if [ "$HELP" = true ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Available NIPs:"
|
echo "Available NIPs:"
|
||||||
echo " 001 - Basic Protocol (event creation, signing)"
|
echo " 001 - Basic Protocol (event creation, signing)"
|
||||||
|
echo " 004 - Encryption (legacy)"
|
||||||
echo " 005 - DNS-based identifiers"
|
echo " 005 - DNS-based identifiers"
|
||||||
echo " 006 - Key derivation from mnemonic"
|
echo " 006 - Key derivation from mnemonic"
|
||||||
echo " 011 - Relay information document"
|
echo " 011 - Relay information document"
|
||||||
echo " 013 - Proof of Work"
|
echo " 013 - Proof of Work"
|
||||||
echo " 019 - Bech32 encoding (nsec/npub)"
|
echo " 019 - Bech32 encoding (nsec/npub)"
|
||||||
echo " 044 - Encryption"
|
echo " 044 - Encryption (modern)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Examples:"
|
echo "Examples:"
|
||||||
echo " $0 # Auto-detect NIPs, build for current arch"
|
echo " $0 # Auto-detect NIPs, build for current arch"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 74b8068c5d9411a9a96261bc898cc9e9f1f20dfb
|
Loading…
Reference in New Issue