How to recoverPubKey from signature and raw message? #4147
|
The following code is a function for recovering the public key in the web3.swift library (https://github.com/Boilertalk/Web3.swift). It recovers the public key only from the signature and the original message data. How can I achieve this in the wallet-core library? Thank you! |
Answered by
benben2019
Dec 3, 2024
Replies: 1 comment 1 reply
|
this may be working! |
1 reply
Answer selected by
benben2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this may be working!