Hello, I have some questions about generating the logarithm table in your code.
In the generateLogTable function, why does the expression b = ((b - FIELD_SIZE) ^ polynomial); ensure that b is set to FIELD_SIZE different and non-repeating values?
Looking forward to your explanation, thank you.
Hello, I have some questions about generating the logarithm table in your code.
In the
generateLogTablefunction, why does the expressionb = ((b - FIELD_SIZE) ^ polynomial);ensure thatbis set toFIELD_SIZEdifferent and non-repeating values?Looking forward to your explanation, thank you.