mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 10:22:20 +01:00
Curve25519: reduce to less than mod at end of curve25519, optimize to not use imulq when andq can be used instead. x86_64 Karatsuba Mul: Don't put add carry into overflow and then continue adding zero. Overflow is lost.