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

Class sha256

connectd/handshake.c:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208/* h = SHA-256(h || data) */
209static void sha_mix_in(struct sha256 *h, const void *data, size_t len)
210{
211 struct sha256_ctx shactx;
212

Callers 1

new_handshakeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected