esp-idf/components/protocomm
Aditya Patwardhan eb7ff34c89 protocomm: Added SRP6a implementation as the security version 2.
1) Rename srp component to esp_srp
2) Remove dependency on hkdf sha
3) Restructure protocomm component APIs to make them more flexible for allowing multiple security versions
4) esp_srp: convert API return type from int to esp_err_t
5) esp_srp: Formatting changes
6) Added mbedtls_gcm instead of aes_ctr

Co-authored-by: Laukik hase <laukik.hase@espressif.com>
2022-06-17 13:16:20 +00:00
..
include protocomm: Added SRP6a implementation as the security version 2. 2022-06-17 13:16:20 +00:00
proto protocomm: Generated proto-c and python files for SRP6a scheme 2022-06-17 13:16:20 +00:00
proto-c protocomm: Generated proto-c and python files for SRP6a scheme 2022-06-17 13:16:20 +00:00
python protocomm: Generated proto-c and python files for SRP6a scheme 2022-06-17 13:16:20 +00:00
src protocomm: Added SRP6a implementation as the security version 2. 2022-06-17 13:16:20 +00:00
test protocomm: Added SRP6a implementation as the security version 2. 2022-06-17 13:16:20 +00:00
CMakeLists.txt protocomm: Added SRP6a implementation as the security version 2. 2022-06-17 13:16:20 +00:00