factory SaplingDiversifierKey.master(List<int> sk) { return SaplingDiversifierKey( PrfExpand.saplingZip32MasterDk.apply(sk).sublist(0, 32), ); }