-
Notifications
You must be signed in to change notification settings - Fork 31
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
signMessage returns different results #8
Comments
My impression is that it shouldn’t but I’ll look into it.
Do you have any other details that might be helpful?
…On Mon, 22 Nov 2021 at 21:09, Hector Cuesta ***@***.***> wrote:
Shouldn't a call to sign message with exactly the same message return the
same signature?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGUNVSTXGAC33X2NPAQYAG3UNI6GNANCNFSM5IQ6LDHQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
For example when calling Same thing when using https://www.myetherwallet.com/wallet/ to sign a message. |
After having a look today it seems that the problem is the following. When doing ECDSA a random I contacted AWS to see if there is a way to make KMS use RFC 6979 but not sure if thats going to be possible. More info: https://medium.com/mycrypto/the-magic-of-digital-signatures-on-ethereum-98fe184dc9c7 |
Shouldn't a call to sign message with exactly the same message return the
same signature?
The text was updated successfully, but these errors were encountered: