Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_hmac
Function
fromwire_hmac
common/hmac.c:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void fromwire_hmac(const u8 **ptr, size_t *max, struct hmac *hmac)
53
{
54
fromwire_u8_array(ptr, max, hmac->bytes, ARRAY_SIZE(hmac->bytes));
55
}
Callers
4
parse_onionpacket
Function · 0.70
process_onionpacket
Function · 0.70
unwrap_onionreply
Function · 0.70
sphinx_compressed_onion_deserialize
Function · 0.70
Calls
1
fromwire_u8_array
Function · 0.50
Tested by
no test coverage detected