Skip to content

Commit

Permalink
fixup! bls12-381 host functions implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayz22 committed Sep 6, 2024
1 parent 512b9d7 commit 7db31ae
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cackle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include = [
[api.hash]
include = [
"core::hash",
"derivative::hash",
"std::collections::HashMap",
"std::collections::hash",
"std::sys::unix::rand::hashmap_random_keys",
Expand Down Expand Up @@ -400,6 +401,10 @@ allow_apis = [
"hash",
"thread",
]
build.allow_apis = [
"env",
"process",
]

[pkg.soroban-wasmi]
allow_unsafe = true
Expand Down Expand Up @@ -511,6 +516,22 @@ allow_proc_macro = true

[pkg.derivative]
allow_proc_macro = true
allow_apis = [
"hash",
]

[pkg.ark-ff-asm]
allow_proc_macro = true

[pkg.num-bigint]
build.allow_apis = [
"env",
"fs",
]
allow_unsafe = true

[pkg.data-encoding]
allow_unsafe = true

[pkg.ark-ff]
allow_unsafe = true

0 comments on commit 7db31ae

Please sign in to comment.