mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 10:13:16 +01:00
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.