You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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