chainside / btcpy

A Python3 SegWit-compliant library which provides tools to handle Bitcoin data structures in a simple fashion.
https://www.chainside.net
GNU Lesser General Public License v3.0
270 stars 73 forks source link

from_point #21

Open pewekar opened 6 years ago

pewekar commented 6 years ago

The PubKey class has a method from_point that accepts a parameter called point. Can you explain with an example how I can use this function , if I have a pair of decimal numbers that from the EC corresponding to a public key ?