derive master SK
Inputs
seed, the source entropy for the entire tree, a octet string >= 256 bits in length
Outputs
SK, the secret key of master node within the tree, a big endian encoded integer
Procedure
0. SK = HKDF_mod_r(seed) 1. return SK
Last updated