mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 06:30:49 +02:00
481da3dcc1
1. Added a test case for checking "1" as a prime number to the wolfCrypt test. 2. Allow the wolfCrypt prime test for SP builds. 3. Modify the prime test to use mp_mul rather than mp_mul_d, as the SP math library doesn't export sp_mul_d.