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

https://github.com/zhenfeizhang/pasta-solidity

A Solidity implementation of Halo2's Pasta curves
https://github.com/zhenfeizhang/pasta-solidity

curves smart-contracts zero-knowledge-proofs

Last synced: 9 months ago
JSON representation

A Solidity implementation of Halo2's Pasta curves

Awesome Lists containing this project

README

          

# Pasta curves on solidity

Solidity implementation of Pasta curves, with test vectors from Arkworks.

## Test

- `nix-shell`
- `hivemind & pasta-test-all`

## Gas cost

- `on curve testing`: 22724
- `doubling`: 24812
- `addition`: 26155
- `projective scalar mul`: 389487
- `affine scalar mul`: 890704