Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ sha256
Class
sha256
connectd/handshake.c:201–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
200
/* h = SHA-256(h || data) */
201
static void sha_mix_in(struct sha256 *h, const void *data, size_t len)
202
{
203
struct sha256_ctx shactx;
204
Callers
1
new_handshake
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected