Skip to content

Commit

Permalink
feat: Add ACIR serializer C++ codegen (#2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 3, 2023
1 parent bc90ba0 commit 7556982
Show file tree
Hide file tree
Showing 10 changed files with 5,512 additions and 22 deletions.
155 changes: 153 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions acvm-repo/acir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ bincode.workspace = true
serde_json = "1.0"
strum = "0.24"
strum_macros = "0.24"
serde-reflection = "0.3.6"
serde-generate = "0.25.1"
fxhash.workspace = true

[features]
default = ["bn254"]
Expand Down
Loading

0 comments on commit 7556982

Please sign in to comment.