mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 00:12:22 +01:00
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.