-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature Mismatch Issue with bytes #251
Comments
@q9f Could you tell me what I did wrong? |
Thanks for reporting. This is a confirmed bug. |
@q9f How I can help to fix the bug? |
Yes, I have patched it in #252 |
@q9f btw I would love to be a contributor, do you have any issue with the label "good to first issue" in the pipeline? |
between both with one is more important. I would love to try |
#102 is more important. |
I'll give it a go and read through it. If I have any questions, I'll ask in the thread |
I am facing an issue with signing typed data in both Ruby and JavaScript. The signatures generated from the two languages do not match. Below, I have provided my Ruby and JavaScript code along with the respective signatures for your reference:
Ruby Code:
JavaScript Code:
when data is type bytes, the signature doesn't match but when its a string it's working
The text was updated successfully, but these errors were encountered: