https://github.com/tekkac/cairo-alt_bn128-g1-precompiles
Ethereum bn254 precompile basic ECC operations
https://github.com/tekkac/cairo-alt_bn128-g1-precompiles
bn254 cairo-lang elliptic-curve-cryptography ethereum
Last synced: 7 months ago
JSON representation
Ethereum bn254 precompile basic ECC operations
- Host: GitHub
- URL: https://github.com/tekkac/cairo-alt_bn128-g1-precompiles
- Owner: tekkac
- Created: 2023-02-26T21:25:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T21:57:59.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:36:07.988Z (9 months ago)
- Topics: bn254, cairo-lang, elliptic-curve-cryptography, ethereum
- Language: Cairo
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cairo alt_bn128 G1 precompiles
### 📦 Requirements
- [protostar](https://github.com/software-mansion/protostar)
### ⛏️ Compile
```bash
make build
```### 🌡️ Test
```bash
make test
```