Skip to content

Commit

Permalink
this shit doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 24, 2024
1 parent 95ddacb commit 80b2b25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions libsecp256k1
10 changes: 6 additions & 4 deletions signature_libsecp256k1.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
package nostr

/*
#cgo LDFLAGS: -lsecp256k1
#include <secp256k1.h>
#include <secp256k1_schnorrsig.h>
#include <secp256k1_extrakeys.h>
#include "./libsecp256k1/src/secp256k1.c"
#include "./libsecp256k1/src/modules/extrakeys/main_impl.h"
#include "./libsecp256k1/src/modules/schnorrsig/main_impl.h"
#include "./libsecp256k1/include/secp256k1.h"
#include "./libsecp256k1/include/secp256k1_schnorrsig.h"
#include "./libsecp256k1/include/secp256k1_extrakeys.h"
*/
import "C"

Expand Down

0 comments on commit 80b2b25

Please sign in to comment.