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

Function input_own_target

common/codex32.c:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static void input_own_target(const u8 *generator, u8 *residue, const u8 *target, size_t len)
160{
161 for (size_t i = 0; i < len; i++) {
162 input_fe(generator, residue, target[i], len);
163 }
164}
165
166/* Helper to verify codex32 checksum */
167static bool checksum_verify(const char *hrp, const char *codex_datastr,

Callers 1

calculate_checksumFunction · 0.85

Calls 1

input_feFunction · 0.85

Tested by

no test coverage detected