Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void 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_2
Function · 0.85
payer_key
Function · 0.85
payer_key
Function · 0.85
recurrence_invreq_metadata
Function · 0.85
Calls
1
hash_from_base
Function · 0.85
Tested by
no test coverage detected