2

Is there any way to verify signed message using python? Google do not provide any useful info. I don't believe that there are no any lib which can do it. Any suggestions?

Many thanks!!!

user58331
  • 21
  • 2

1 Answers1

0

In the context of Ethereum, using the elliptic curve secp256k1 and using the hash algorithm keccak256, all the information required to verify a signature can be found in the web3py documentation.

sea212
  • 1,820
  • 7
  • 19