Exemplo n.º 1
0
 public KeyFactory(Seed seed)
 {
     this.seed      = seed;
     this.masterPrk = seed.ToBytes().HkdfExtract(Constant.KeyPrefixes.MasterKeySalt, HashAlgorithm.SHA3_256);
 }
Exemplo n.º 2
0
 public KeyFactory(Seed seed)
 {
     this.seed      = seed;
     this.masterPrk = seed.ToBytes().HkdfExtract(Constant.KeyPrefixes.MasterKeySalt);
 }