esp_srp_exchange_proofs() function
Complete the authentication. If this step fails, the session_key exchanged should not be used This is the final authentication step in SRP algorithm [Step4.1, Step4.b, Step4.c]
Arguments
username
Username not expected NULL terminated
username_len
Username length
bytes_host_proof
parameter out (should be SHA512_DIGEST_LENGTH) bytes in size
Return value
esp_err_t ESP_OK if user's proof is ok and subsequently bytes_host_proof is populated with our own proof.