esp-idf/components/protocomm/include/crypto/srp6a
Vikram Dattu 6b8ba332b8
feat(provisioning): Generate Salt and verifier pair for given username and password
This commit adds a new feature to generate a salt and verifier pair for a given username and
password during the provisioning process. This is useful in scenarios where the pairing pin is
randomly generated and shown via some interface such as a display or console.

- Uses the provided username and password to generate a salt and verifier pair
- Adds support for dev mode where the pin/password can still be read from flash
2023-11-23 12:01:10 +05:30
..
esp_srp.h feat(provisioning): Generate Salt and verifier pair for given username and password 2023-11-23 12:01:10 +05:30