Git Product home page Git Product logo

baby_jubjub_ecc's Issues

Public key of point greater than feild Prime.

We can generate a pubic that is greater than the feild modulous as follows

        sk = 123123123
        [pub_key_x, pub_key_y] = ed.publickey(sk)
        print(pub_key_x, pub_key_y)

So we can fix this by doing

    def __int__(self):
        return(self.s%r_q)

Tho we should dig a little deeper on this and see if there is a deeper problem.

We use the base point instead of the gnerator point

We use the base point
("base point " , Fq(17777552123799933955779906779655732241715742912184938656739573121738514868268), Fq(2626589144620713026669568689430873010625803728049924121243784502389097019475) )

when we should use the generator point.

('geneator :', 16540640123574156134436876038791482806971768689494387082833631921987005038935, 20819045374670962167435360035096875258406992893633759881276124905556507972311)

This should be a quick fix.

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.