mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 19:50:50 +02:00
162dca87c3
Simplification when only calculating mod and modulus is 3. 2^(2*n) * x mod 3 = x mod 3. Add all digits and calculate mod 3 of sum.