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

Function privkey

tests/fuzz/connectd_handshake.h:64–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64static struct privkey privkey(const char *str)
65{
66 struct privkey p;
67 assert(hex_decode(str, strlen(str), &p, sizeof(p)));
68 return p;
69}
70
71/* The init function used by all fuzz-connectd-handshake-act* targets. */
72void init(int *argc, char ***argv)

Callers 1

initFunction · 0.70

Calls 1

hex_decodeFunction · 0.85

Tested by

no test coverage detected