feat(hal/sha): add SHA peripheral support for esp32p4

This commit is contained in:
harshal.patil
2023-07-26 11:07:36 +05:30
parent c658351eab
commit e6782156c4
6 changed files with 258 additions and 4 deletions
@@ -18,6 +18,11 @@ typedef enum {
SHA1 = 0,
SHA2_224,
SHA2_256,
SHA2_384,
SHA2_512,
SHA2_512224,
SHA2_512256,
SHA2_512T,
SHA_TYPE_MAX
} SHA_TYPE;