feat(util): refactor SHA algorithm of util components

This commit is contained in:
Dong Heng
2019-12-10 14:23:00 +08:00
parent 3d394bd924
commit 18a3839198
11 changed files with 741 additions and 753 deletions

View File

@ -31,7 +31,7 @@ extern "C" {
#include "esp_sha.h"
typedef esp_sha_t mbedtls_sha256_context;
typedef esp_sha256_t mbedtls_sha256_context;
#endif /* MBEDTLS_SHA256_ALT */