jyao1 / openspdm

This openspdm is a sample implementation for the DMTF SPDM specification.
Other
20 stars 22 forks source link

Add SHA3 Support #80

Closed xiaoyuxlu closed 4 years ago

xiaoyuxlu commented 4 years ago
  1. Add Sha3_224 Sha3_256 Sha3_384 Sha3_512 functions
  2. Add Shake128 Shake256 functions
  3. MbedTls doesn't support sha3 yet, add fake implement
  4. Add Sha3 unit test