gnark icon indicating copy to clipboard operation
gnark copied to clipboard

`gnark/std` needs some love

Open gbotrel opened this issue 4 years ago • 2 comments

gnark/std started as ad-hoc proof of concepts to validate gnark design choices and use cases like rollups.

Needs a re-visit to ensure the packages under gnark/std:

  • are rock solid
  • have coherent APIs names and patterns
  • are well documented

gbotrel avatar Apr 09 '21 02:04 gbotrel

Already make a PR for Neg of point in std/twistededwards/point

--------- below is fixed----------------- Hi, please see #103

SherLzp avatar Jun 08 '21 03:06 SherLzp

Comment; gnark/std is tested using Groth16 on some curves only.

Need to use backend.Implemented() and ecc.Implemented() to ensure good test coverage across backends en curves.

gbotrel avatar Sep 11 '21 00:09 gbotrel