Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ewasm/ethereum-bn128.rs
- Owner: ewasm
- License: gpl-3.0
- Created: 2018-07-17T00:00:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T11:35:42.000Z (about 3 years ago)
- Last Synced: 2023-02-28T14:27:03.827Z (over 1 year ago)
- Topics: elliptic-curves, ethereum, rust
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).