diff options
Diffstat (limited to 'go')
-rw-r--r-- | go/bls/bls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go/bls/bls.go b/go/bls/bls.go index c66f46b..087b386 100644 --- a/go/bls/bls.go +++ b/go/bls/bls.go @@ -5,7 +5,7 @@ package bls #cgo bn256 CFLAGS:-UBLS_MAX_OP_UNIT_SIZE -DBLS_MAX_OP_UNIT_SIZE=4 #cgo bn384 CFLAGS:-UBLS_MAX_OP_UNIT_SIZE -DBLS_MAX_OP_UNIT_SIZE=6 #cgo LDFLAGS:-lbls -lbls_if -lmcl -lgmp -lgmpxx -L../lib -L../../lib -L../../../mcl/lib -L../../mcl/lib -lstdc++ -lcrypto -#include "bls_if.h" +#include "bls/bls_if.h" */ import "C" import "fmt" |