Skip to content

jwasinger/evmmax-bls12-381

Repository files navigation

evmmax-bls12381

This repository contains EVM implementations of BLS12831 G1/G2 point multiplication using EIP-6601.

Usage

Download the submodules:

git submodule update --init

Build Geth:

(cd go-ethereum && make all)

Build Huff compiler:

(cd huff-rs && cargo build --release)

Build the contracts:

make

Run contract tests:

python3 test.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published