feat(bls): aiken level g1 and g2 literals

This commit is contained in:
rvcas
2023-11-06 22:58:21 -05:00
committed by Lucas
parent 90aea6476a
commit 3675762c3e
10 changed files with 397 additions and 47 deletions

View File

@@ -27,6 +27,7 @@ vec1 = "1.10.1"
uplc = { path = '../uplc', version = "1.0.20-alpha" }
num-bigint = "0.4.3"
petgraph = "0.6.3"
blst = "0.3.11"
[target.'cfg(not(target_family="wasm"))'.dependencies]
chumsky = "0.9.2"