Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
static void addition_gf32(uint8_t *x, uint8_t y)
99
{
100
*x = *x ^ y;
101
return;
102
}
103
104
static void multiply_gf32(uint8_t *x, uint8_t y)
105
{
Callers
1
input_fe
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected