Skip to content

Commit

Permalink
evmmax: Implement ecadd and ecmul for bn254 curve points
Browse files Browse the repository at this point in the history
Co-authored-by: rodiazet <rodiazet@ethereum.org>
  • Loading branch information
chfast and rodiazet committed Oct 5, 2023
1 parent ee0bede commit 4bb9565
Show file tree
Hide file tree
Showing 7 changed files with 940 additions and 4 deletions.
2 changes: 2 additions & 0 deletions lib/evmone_precompiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ add_library(evmone::precompiles ALIAS evmone_precompiles)
target_link_libraries(evmone_precompiles PUBLIC evmc::evmc_cpp PRIVATE evmone::evmmax)
target_sources(
evmone_precompiles PRIVATE
bn254.hpp
bn254.cpp
ecc.hpp
secp256k1.cpp
secp256k1.hpp
Expand Down
Loading

0 comments on commit 4bb9565

Please sign in to comment.