mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 08:42:20 +01:00
M = i - 1 would make it 2^0. Anything above that would be negative powers which don't make sense.
M = i - 1 would make it 2^0. Anything above that would be negative powers which don't make sense.