feat(hal/sha): add SHA peripheral support for esp32p4
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user