1
0
mirror of https://github.com/jb55/nostril.git synced 2025-08-23 06:10:47 -04:00
Files
.github
deps
devtools
doc
scripts
.envrc
.gitignore
.gitmodules
CHANGELOG
COPYING
Makefile
README.txt
aes.c
aes.h
base64.c
base64.h
compiler.h
configurator.c
cursor.h
default.nix
endian.h
hex.h
nostril-query
nostril.c
proof.h
random.h
sha256.c
sha256.h
shell.nix
nostril/.gitmodules
William Casarin e8fd862590 embed libsecp256k1 build
don't rely on external deps

Signed-off-by: William Casarin <jb55@jb55.com>
2022-08-08 15:46:36 -07:00

4 lines
101 B
Plaintext

[submodule "deps/secp256k1"]
path = deps/secp256k1
url = https://github.com/bitcoin-core/secp256k1