Coder Social home page Coder Social logo

Comments (4)

libitx avatar libitx commented on July 23, 2024

Apologies - only just noticed this issue. Will take a look this week and get back to you.

from curvy.

libitx avatar libitx commented on July 23, 2024

@faried ah I see...

Curvy by default always hashes the message with sha256 - in your case it looks like the message is already hashed. We don't want to hash it again so can pass hash: false to recover_key:

Curvy.recover_key(sig, message, recovery_id: 1, hash: false)

That will give you: 0316b9dc66ec8b319b3d0a0ed0ec2ed433ab080f72c43fac6d51f48a0b8696e832

from curvy.

faried avatar faried commented on July 23, 2024

Thanks! That solves my problem.

If it's not too much of a bother, can you describe how you found the solution?

from curvy.

libitx avatar libitx commented on July 23, 2024

Sure. I could see that the message you were providing in your example above was a 32 byte hexadecimal string, so there was a reasonable chance it was already a hash. I know that curvy hashes messages automatically so in all likelihood the reason for your discrepancy was because Curvy was hashing what was already a hash and the other software you were comparing against was not doing that.

from curvy.

Related Issues (4)

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.