tekkac / cairo-alt_bn128

bn254 pairing library for Cairo Zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cairo implementation of alt_bn128

What is alt_bn128?

alt_bn128 is a pairing-friendly elliptic curve that can be used to verify computations done by snarks.

We implement the pairing function based on the code from this repository.

How to run?

Make sure you are inside a Cairo virtual environment

make

TODO

Hint verifications for pairing-related functions on FQ12

About

bn254 pairing library for Cairo Zero


Languages

Language:Python 98.7%Language:Makefile 1.3%