Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 504 Bytes

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