Does the result after encrypt different?
Why need 2 crypto?
ESP32 support HWcrypto, why there are another crypto in component ?
Re: ESP32 support HWcrypto, why there are another crypto in component ?
I suppose you mean components/wpa_supplicant/src/crypto?
This is part of the source code of wpa_supplicant library, used inside the wifi stack. It is indeed possible to re-write parts of this library to make use of HW crypto APIs, this is currently in our backlog.
This is part of the source code of wpa_supplicant library, used inside the wifi stack. It is indeed possible to re-write parts of this library to make use of HW crypto APIs, this is currently in our backlog.
Re: ESP32 support HWcrypto, why there are another crypto in component ?
sorry for not clear express,
I mean , there are 2 sha.c (hwcrypto) sha1.c sha256.c(mbedTls), it implement the same function, why need the 2 part.
there a mbedTls example using, I have the question because i want to know does HWcrypto work well or not
I mean , there are 2 sha.c (hwcrypto) sha1.c sha256.c(mbedTls), it implement the same function, why need the 2 part.
there a mbedTls example using, I have the question because i want to know does HWcrypto work well or not
Re: ESP32 support HWcrypto, why there are another crypto in component ?
got it, the sha belong mbedTls are library code of Mbed, thanks
Who is online
Users browsing this forum: Google Adsense [Bot] and 82 guests