Replies: 1 comment 2 replies
-
I hope this works: https://medium.com/@rudreshkoranne0/building-a-signature-verification-system-for-the-aptos-blockchain-using-go-757346e53a0c As I have used the aptos_std::ed25519 here in the contract for signarure verification, you can spend time understanding the aptos_std::secp256k1 module. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
dimaa6_abc
Describe your question in detail.
Recently, Aptos added support for ECDSA in addition to EdDSA, namely, support of secp256k1 cryptography. My task is to be able to verify signature of a text message, which was made by Aptos wallet, in the code. With Petra wallet, I'm able to achieve that using ed25519 cryptography, but I don't see how to create secp256k1 account in Petra. With custom code using Aptos TS SDK, I'm able to sign and verify using secp256k1, but the process has to be verified against the wallet. Is there any Aptos wallet which would support ECDSA accounts? Maybe some command line toolkit?
What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
No response
Which operating system are you using?
Windows
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
No response
Beta Was this translation helpful? Give feedback.
All reactions