Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewasm/ethereum-bn128.rs

Ethereum's BN128 helpers for Rust.
https://github.com/ewasm/ethereum-bn128.rs

elliptic-curves ethereum rust

Last synced: 11 days ago
JSON representation

Ethereum's BN128 helpers for Rust.

Awesome Lists containing this project

README

        

# ethereum-bn128

Ethereum's BN128 helpers for Rust.

This provides useful helpers over [bn](https://github.com/paritytech/bn) to support Ethereum's ECC addition, multiplication and pairing precompiles.

Based off [Parity's](https://github.com/paritytech) [precompile](https://github.com/paritytech/parity/blob/c7f608ec740882eac94038249037ddd955b60d31/ethcore/src/builtin.rs).