Post
Topic
Board Development & Technical Discussion
Re: BIP32 Child Derivation Function - Can't Find My Mistake
by
achow101
on 30/03/2018, 21:51:02 UTC
Before you do the adding, can you print out what you get for
Code:
Point::mul($il, $secp256k1_G)
and
Code:
$this->ECpub

Make sure that those are what you expect them to be.

The only thing that can be wrong here is that either you are adding the wrong things or Point::add is broken.