Skip to content

jwasinger/mimc-evmmax

Repository files navigation

An implementation of MiMC-Feistel using EVM384-v7.

This library is actively under development. things may be broken already, or at any time without notice.

Setup

git submodule update --init && cd go-ethereum && make all
npm install && npm run build

Usage

  • run tests: npm run test
  • benchmark evm mimc used by tornado cash: ./bench-evm-mimc.sh
  • benchmark EVMMAX (push-based) variant: ./bench-evmmax-mimc.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published