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

Function bolt12_alias_tweak

common/bolt12_id.c:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void bolt12_alias_tweak(const struct secret *base_secret,
41 const void *input,
42 size_t input_len,
43 struct sha256 *tweak)
44{
45 hash_from_base(base_secret, input, input_len, tweak);
46}

Callers 4

handle_sign_bolt12_2Function · 0.85
payer_keyFunction · 0.85
payer_keyFunction · 0.85

Calls 1

hash_from_baseFunction · 0.85

Tested by

no test coverage detected