Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ siphash_seed
Function
siphash_seed
common/pseudorand.c:68–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
const struct siphash_seed *siphash_seed(void)
69
{
70
init_if_needed();
71
72
return &siphashseed;
73
}
74
75
76
void tal_arr_randomize_(void *arr, size_t elemsize)
Callers
nothing calls this directly
Calls
1
init_if_needed
Function · 0.85
Tested by
no test coverage detected