Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 302 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 302 Bytes

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