Giter Club home page Giter Club logo

grumpkin's People

Contributors

jules avatar leonardoalt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

grumpkin's Issues

sqrt check?

I noticed today that this repo changes the halo2curves sqrt test for BN256 from

CtOption::new(tmp, tmp.square().ct_eq(self))

to

CtOption::new(tmp, !self.ct_eq(&Self::zero()))

in https://github.com/jules/grumpkin/blob/main/src/fr.rs#L194.

I noticed it when it started giving me wrong square roots for Fr elements (here BN's Fq), so wondering how that works.

fresh checkout does not compile

Just tried a fresh checkout of the repo and I get the error below. This error itself happens because halo2-curves removed Group from their lib.rs.
derive.rs has an impl for group::Group and another for Group, so I inferred that this Group must be pasta_curves::arithmetic::Group. However importing that brings a whole bunch of other issues I'm unsure how to solve.

error[E0432]: unresolved import `halo2curves::Group`
  --> src/curve.rs:10:71
   |
10 | use halo2curves::{Coordinates, CurveAffine, CurveAffineExt, CurveExt, Group};
   |                                                                       ^^^^^
   |                                                                       |
   |                                                                       no `Group` in the root
   |                                                                       help: a similar name exists in the module: `group`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.