Commit Graph

4 Commits

Author SHA1 Message Date
Dong Heng
b19da4ffcd feat(util): support SHA224/SHA384 calculation although call sha256/sha512 APIs 2020-01-06 16:57:02 +08:00
Dong Heng
ffaaf07089 feat(mbedtls): mbedtls using SHA/AES of util component instead of its raw algorithm 2019-12-26 10:36:55 +08:00
Dong Heng
b29087fd5c feat(util): refactor SHA algorithm of util components 2019-12-17 15:27:26 +08:00
dongheng
768afde238 feat(util): Add extra SHA and unit test
1. wpa_supplicatn use extra SHA default
2. mbedtls use extra SHA default
3. bootloader use extra SHA default
4. user code can use extra SHA default

Above all, using unified module is easy to maintenance code and save rom or ram.
2019-04-15 16:18:21 +08:00