mratsim / constantine

Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
Other
413 stars 44 forks source link

fixed crs, added test 001 by @Ignacio #340

Closed agnxsh closed 10 months ago

agnxsh commented 10 months ago

Fixes #335 and #336 The following things are done in this PR:

  1. Fix of generate_random_points( ) function to the get consistent CRS values.
  2. Adding vector commitment test vectors from Ignacio's verkle-test-vectors (by the Geth team).