mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 21:12:22 +01:00
fp_submod_ct and fp_addmod_ct need modulus (c) words plus one. Check that the modulus length is valid for fixed data array size. Improved fp_submod_ct to only use as many words as necessary. Added comments to fp_submod_ct and fp_addmod_ct.