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

Function siphash_seed

common/pseudorand.c:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53const struct siphash_seed *siphash_seed(void)
54{
55 init_if_needed();
56
57 return &siphashseed;
58}

Callers

nothing calls this directly

Calls 1

init_if_neededFunction · 0.85

Tested by

no test coverage detected