ckdPriv method
Public parent key to public child key
I computes a child extended private key from the parent extended private key.
Implementation
@override
Bip32PrivateKey ckdPriv(Bip32PrivateKey parentKey, int index) =>
_ckd(parentKey, index) as Bip32PrivateKey;