Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ siphash_seed
Class
siphash_seed
common/memleak.c:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
static size_t hash_ptr(const void *elem, void *unused UNNEEDED)
83
{
84
static struct siphash_seed seed;
85
return siphash24(&seed, &elem, sizeof(elem));
86
}
87
Callers
5
node_id_hash
Function · 0.70
nodeid_hash
Function · 0.70
span_key_hash
Function · 0.70
msg_key
Function · 0.50
htlc_hash
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected