You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -495,6 +495,8 @@ wolfSSL supports using the Trust Protection Unit (TPU), Modular Arithmetic Accel
To enable support define `WOLFSSL_MAX3266X` and `WOLFSSL_SP_MATH_ALL`. wolfSSL currently supports the hardware acceleration of RNG, AES-CBC, AES-GCM, AES-ECB, SHA-1, SHA-2, RSA 2048, and ECDSA.
This HW also supports the use of wolfSSL's crypto callback feature to allow the usage of both HW and SW implentations.
More details of the support can be found in the README.md at wolfcrypt/src/port/maxim of the wolfSSL repository tree.