Git Product home page Git Product logo

Comments (2)

drskalman avatar drskalman commented on July 18, 2024

I have added zexe_adapter.rs, to inherit, so to speak in C++ way, CurveAffine and CurveProjective from zexe's ProjectiveCurve and AffineCurve respectively to the missing pieces and properties which EngineBLS expect those curves to implement. Now I'm getting into this problem which I don't really know how to resolve:

error[E0277]: cannot multiply-assign `<Self as ProjectiveCurve>::ScalarField` to `<<Self as CurveProjective>::Affine as AffineCurve>::Projective`
   --> src/zexe_adapter.rs:38:49
    |
38  | ...: CurveAffine<Projective = Self, ScalarField = <Self as ProjectiveCurve>::ScalarField, BaseField = <Self as ProjectiveCurve>::BaseField>
    |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no implementation for `<<Self as CurveProjective>::Affine as AffineCurve>::Projective *= <Self as ProjectiveCurve>::ScalarField`
    | 
   ::: /home/klaymen/.cargo/git/checkouts/zexe-f74c42809fa6cfe1/85cac17/algebra-core/src/curves/mod.rs:224:11
    |
224 |         + MulAssign<Self::ScalarField>; // needed due to https://github.com/rust-lang/rust/issues/69640
    |           ---------------------------- required by this bound in `AffineCurve`
    |
    = help: the trait `MulAssign<<Self as ProjectiveCurve>::ScalarField>` is not implemented for `<<Self as CurveProjective>::Affine as AffineCurve>::Projective`
help: consider further restricting the associated type
    |
36  |     + MulAssign<<Self as ProjectiveCurve>::ScalarField> where <<Self as CurveProjective>::Affine as AffineCurve>::Projective: MulAssign<<Self as ProjectiveCurve>::ScalarField>
    |                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

from bls.

drskalman avatar drskalman commented on July 18, 2024

This is done by 3821a36

from bls.

Related Issues (20)

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.