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 263818d commit fb1dda2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cackle.toml
Original file line number Diff line number Diff line change
Expand Up @@ -499,3 +499,18 @@ allow_unsafe = true

[pkg.arrayvec]
allow_unsafe = true

[pkg.ark-serialize-derive]
allow_proc_macro = true

[pkg.zeroize_derive]
allow_proc_macro = true

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

[pkg.derivative]
allow_proc_macro = true

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

0 comments on commit fb1dda2

Please sign in to comment.