You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maximum value for the invPow5 function is 345, which means the
offset table needs 345 * 2 = 690 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>
0 commit comments