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

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

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
```