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
Hi! I hope you're doing well. I want to generate Ethereum address from the public key and not being able to retrieve it. I read somewhere that the r.(*cmp.Config).PublicPoint()function returns the public key, but its output is as follows:
If the output shared above is public key how can I generate Ethereum address from it? Also, the output will change after the CMPRefresh() function is called. Can you please help me in this regard?
The text was updated successfully, but these errors were encountered:
Hi! I hope you're doing well. I want to generate Ethereum address from the public key and not being able to retrieve it. I read somewhere that the
r.(*cmp.Config).PublicPoint()
function returns the public key, but its output is as follows:If the output shared above is public key how can I generate Ethereum address from it? Also, the output will change after the
CMPRefresh()
function is called. Can you please help me in this regard?The text was updated successfully, but these errors were encountered: