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
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 😃
The text was updated successfully, but these errors were encountered:
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 😃
The text was updated successfully, but these errors were encountered: