Giter VIP home page Giter VIP logo

Comments (1)

AntonKueltz avatar AntonKueltz commented on June 16, 2024

All the curves mentioned above are curves that are not in Weierstrass form, and as such will need specialized implementations of their group operations (which is certainly possible though it will require a fair amount of time and testing). For Edwards curves and Montgomery curves (i.e. these curves) there actually isn't really much sense to adding them to an ECDSA package since they would be much more suited to using EdDSA.

For Curve25519 I recommend using python-ed25519, which uses the reference C implementation and should perform reasonably well.

Also, while I have a lot of respect for the researchers behind the Safe Curves work, their criteria is a bit unfairly misleading in implying that e.g. NIST curves are unsafe. Those curves have been researched and used for many years, and no significant cryptanalytic breaks have been found. Most of the safe criteria is aimed at preventing bad implementations that allow side channel attacks, as well as other criteria that simply give the curves some nice properties on the implementation level. See this answer and this question on the crypto SE for further opinions on the matter.

So for curves listed it may make more sense to put them in their own package since they have different group rules and a different signature algorithm. I'm not opposed to starting an eddsa package but it's beyond the scope of this package.

from fastecdsa.

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.