pub fn pkeygen(log_depth: Depth, master: &Seed) -> PublicKey
Expand description

Generate the public key from a specific level and a given seed

the following assumption hold: pkeygen(depth, master) == keygen(depth, master).1

This is faster than using keygen directly