feat(crypto): add blst (#20296)

Co-authored-by: itsdevbear <itsdevbear@berachain.com>
Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
This commit is contained in:
Marko
2024-06-11 17:16:07 +00:00
committed by GitHub
co-authored by itsdevbear Akhil Kumar P
parent 78327f40c5
commit 05ff7a7cb7
20 changed files with 932 additions and 32 deletions
+6
View File
@@ -67,6 +67,12 @@ ifeq (boltdb,$(findstring boltdb,$(COSMOS_BUILD_OPTIONS)))
build_tags += boltdb
endif
# handle blst
ifeq (blst,$(findstring blst,$(COSMOS_BUILD_OPTIONS)))
CGO_ENABLED=1
build_tags += blst
endif
whitespace :=
whitespace += $(whitespace)
comma := ,