mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 08:10:49 +02:00
89dd1a65ca
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.