Post
Topic
Board Development & Technical Discussion
Re: BTC Cryptography formular
by
Dr.Z
on 04/12/2017, 07:40:57 UTC
Address = RIPEMD160(SHA256(Public Key))

The public key is calculated from the private key using elliptic curve multiplication, which is irreversible: K = k * G where k is the private key, G is a constant point called the generator point and K is the resulting public key.