Skip to content

Commit

Permalink
Add custom field with Plonky3 types
Browse files Browse the repository at this point in the history
  • Loading branch information
devloper committed May 2, 2024
1 parent 98bfacb commit 154306f
Show file tree
Hide file tree
Showing 6 changed files with 465 additions and 1 deletion.
211 changes: 211 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ version ="0.1.0"

[dependencies]
anyhow ="1.0"
p3-field = { version = "0.1.0", git = "https://github.com/Plonky3/Plonky3.git"}
p3-field = { version = "0.1.0", git = "https://github.com/Plonky3/Plonky3.git"}
itertools = "0.12.0"
serde = { version = "1.0", default-features = false, features = ["derive"] }
num-bigint = { version = "0.4.3", default-features = false }
2 changes: 2 additions & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "nightly-2023-12-03"
Loading

0 comments on commit 154306f

Please sign in to comment.