Andr3wHur5t / Breadcrumb

Minimalistic Bitcoin toolkit for iOS.
MIT License
23 stars 3 forks source link

Parent Pub Key -> Child Pub Key #2

Closed Andr3wHur5t closed 9 years ago

Andr3wHur5t commented 9 years ago

At the moment we are doing private parent -> private child -> child pub key this requires us to keep the memory key stored to retrieve addresses, we should be using parent public key -> child public key derivation instead.

https://github.com/Andr3wHur5t/Breadcrumb/blob/master/Breadcrumb/Breadcrumb/Keys/BCPublicKey.m#L65-L120