mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 08:00:48 +02:00
71226b68b6
No multiplication instructions when M extension not included. Standard implementation of __muldi3 is not constant time. Include a constant time implementation when SP_NO_MUL_INSTRUCTION is defined Define it when compiling for RISC-V 32 and no multiplication extension. Also fix get_entry in SP C implementation to do constant time comparison.