This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Commit d2d0b98
authored
Fix <hwcrypto/sha.h> compile error
Use <sha/sha_parallel_engine.h> from ESP32 latest core v2.0.0+
```
#include <sha/sha_parallel_engine.h>
```1 parent de1876c commit d2d0b98
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
0 commit comments