Git Product home page Git Product logo

Comments (5)

MauroToscano avatar MauroToscano commented on June 27, 2024 1

Leaving that aside, the problem there is that you are using a trait, so you can't use UnsignedInteger functions directly if you define the variable as U. You are limited to the trait functions, because the U could be something different.

from lambdaworks.

GianfrancoBazzani avatar GianfrancoBazzani commented on June 27, 2024 1

Tanks a lot Mauro, you are truly a Rust warlock. So instead of generalize for any object with IsUnsignedInteger trait implementation, I generalized for any NUM_LIMBS constant value and used UnsignedInteger<NUM_LIMBS> to generalize for any object following custom multiprecision unsigned integer struct like (Types: U256, U384,....). Seems Works and passes the tests:

Screenshot from 2023-02-27 15-55-39

from lambdaworks.

MauroToscano avatar MauroToscano commented on June 27, 2024

Don't generalize it over the trait, we just need it to work with UnsignedInteger<u: usize> for now. This will enable the auto paramater generator we added to work smoothly, since rust don't like const functions in traits.

from lambdaworks.

MauroToscano avatar MauroToscano commented on June 27, 2024

This backend is to make generally optimized code and enable a fast implementation of any field. The IsUnsignedInteger is for everything to keep working if you want to make a really specific optimization, or swap the native type for another one.

from lambdaworks.

GianfrancoBazzani avatar GianfrancoBazzani commented on June 27, 2024

Leaving that aside, the problem there is that you are using a trait, so you can't use UnsignedInteger functions directly if you define the variable as U. You are limited to the trait functions, because the U could be something different.

I see the difference, thanks a lot. Generalizing through NUM_LIMS I can access all methods of UnsignedInteger that is what I wanted.

from lambdaworks.

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.