mbedtls hardware bignum: Expose ESP-only bignum API in wrapper mbedtls/bignum.h

This commit is contained in:
Angus Gratton
2016-11-18 16:38:22 +11:00
parent 36f29017b6
commit 1cc0b3000b
6 changed files with 121 additions and 28 deletions

View File

@@ -20,7 +20,6 @@
*
*
*/
#ifndef AES_ALT_H
#define AES_ALT_H
@@ -56,4 +55,4 @@ typedef esp_aes_context mbedtls_aes_context;
}
#endif
#endif /* aes.h */
#endif