0

I want to generate both keys for transaction and also let me know how to calculate the processing time using solidity for the whole program?

aarthi
  • 21
  • 2

1 Answers1

0

The address is 20-byte hexadecimal string that is being generated by taking Keccak-256 hash of the public key. but the reverse is not possible. for more info check below link http://ethdocs.org/en/latest/glossary.html, How are ethereum addresses generated?

rahul_eth
  • 556
  • 1
  • 4
  • 11