Skip to content

Commit

Permalink
c-kzg ffi bindings
Browse files Browse the repository at this point in the history
point to curve
Bit reversal tests

Co-authored-by: Colin Nielsen <colinnielsen@users.noreply.github.com> Co-authored-by: Ayush Shukla <shuklaayush@users.noreply.github.com>

Signed-off-by: Waylon Jepsen <waylonjepsen1@gmail.com>
  • Loading branch information
0xJepsen committed Jul 20, 2023
1 parent c2d6bf9 commit 678cf97
Show file tree
Hide file tree
Showing 5 changed files with 498 additions and 207 deletions.
122 changes: 122 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions crates/precompile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ripemd = { version = "0.1", default-features = false }
secp256k1 = { version = "0.27.0", default-features = false, features = ["alloc", "recovery"], optional = true }
sha2 = { version = "0.10.5", default-features = false }
sha3 = { version = "0.10.7", default-features = false }
# For the audited ckzg ffi bindings from the EF
c-kzg = { git = "https://github.com/ethereum/c-kzg-4844", package = "c-kzg" }

# With Arkworks (first implementation)
ark-bls12-381 = "0.4.0"
ark-ec = "0.4.2"
ark-serialize = "0.4.0"
Expand Down
Loading

0 comments on commit 678cf97

Please sign in to comment.