-
Notifications
You must be signed in to change notification settings - Fork 282
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
How can I use it in the Solana chain #238
Comments
Did you solve this? |
You should pass |
Hi there,
Is this lib could be used for Solana network?
I am trying to use this lib to sign the Solana transaction which build-up from this Solana SDK.
Then, I pass
msgBigInt
to signing function (like TestE2EConcurrent test case flow) to get the r, s signature.Test it with
VerifySignatures()
function, but got the transaction signature failedpanic: invalid signature by FKAAiwGD73AWgW6WhETAqvuoqHjLLbibSwiSJfU1qt5r
How can I fix it?
Thanks.
The text was updated successfully, but these errors were encountered: