Skip to content

Conversation

@keith-packard
Copy link

@keith-packard keith-packard commented Apr 12, 2025

The maximum value for the invPow5 function is 342, which means the offset table needs 342 * 2 = 684 bits or > 21 32-bit values. Add the missing values by computing them based off the full table values.

@keith-packard keith-packard force-pushed the extend-small-inv-table branch from 12a63e0 to e20b956 Compare April 12, 2025 22:37
The maximum value for the invPow5 function is 342, which means the
offset table needs 342 * 2 = 684 bits or > 21 32-bit values. Add the
missing values by computing them based off the full table values.

Signed-off-by: Keith Packard <keithp@keithp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant