MCPcopy Create free account
hub / github.com/ElementsProject/lightning / derive_shaseed

Function derive_shaseed

common/derive_basepoints.c:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185bool derive_shaseed(const struct secret *seed, struct sha256 *shaseed)
186{
187 struct keys keys;
188
189 derive_keys(seed, &keys);
190
191 *shaseed = keys.shaseed;
192 return true;
193}
194
195bool derive_funding_key(const struct secret *seed,
196 struct pubkey *funding_pubkey,

Callers 7

dump_commitments_infosFunction · 0.85
mainFunction · 0.85

Calls 1

derive_keysFunction · 0.70

Tested by 1

mainFunction · 0.68