netxduo
netxduo copied to clipboard
Sample that offload cryptographic functions to hardware cryptographic peripheral on MCU (STM32H5)
trafficstars
Is your feature request related to a problem? Please describe.
I am working on server running TLS v1.3 using TLS_AES_128_GCM_SHA256 as cipher.
Then, private key to generate end-identity CA for STM32 was using ECDSA secp521r1 supported by netxduo crypto module (NX_CRYPTO_EC_SECP521R1)
Describe the solution you'd like Is it possible to use HASH and RNG peripheral of STM32 MCU to offload CPU work? Not sure... So, it is nice to have an example where uses HASH peripheral on STM32H5 MCU.
Cheers 😃