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

Class sha256_double

gossipd/sigcheck.c:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 /* 2 byte msg type + 64 byte signatures */
30 int offset = 66;
31 struct sha256_double hash;
32
33 sha256_double(&hash, update + offset, tal_count(update) - offset);
34

Callers 3

sigcheck_channel_updateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected