mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 12:40:50 +02:00
3ab0fc1ba4
SP C code only supported one digit worth of e which is less than 64 or 32. Change is to support up to 64 bit of e using sp_uint64 to hold value.