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

Function addition_gf32

common/codex32.c:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98static void addition_gf32(uint8_t *x, uint8_t y)
99{
100 *x = *x ^ y;
101 return;
102}
103
104static void multiply_gf32(uint8_t *x, uint8_t y)
105{

Callers 1

input_feFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected