mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 20:52:20 +01:00
- Introduced conditional compilation for PSoC6 crypto support across SHA1, SHA2, SHA3 implementations. - Ensured proper mutex locking for concurrent access to hardware resources during hash operations. - Added public key creation functionality if only private key is provided in ECDSA verify function (psoc6_ecc_verify_hash_ex). - Updated ECC parameter size handling to fix incorrect endianness conversions in psoc6_ecc_verify_hash_ex(). - Added README for PSOC6 port.