mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 16:20:48 +02:00
46091b7c7d
For sqr and mul (28/32 bits) the sums of products can exceed maximum 64-bit signed value. Handle last sum value, that may cause overflow, separately. Fix formatting of overflow last line.