Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fromwire_sha256_double
Function
fromwire_sha256_double
bitcoin/shadouble.c:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void fromwire_sha256_double(const u8 **cursor, size_t *max,
26
struct sha256_double *sha256d)
27
{
28
fromwire_sha256(cursor, max, &sha256d->sha);
29
}
Callers
2
fromwire_bitcoin_txid
Function · 0.85
fromwire_bitcoin_blkid
Function · 0.85
Calls
1
fromwire_sha256
Function · 0.50
Tested by
no test coverage detected