mtmd: use sha256 for input hashing (#27274)

* mtmd: use sha256 for input hashing

* void conflict with boringssl
This commit is contained in:
Xuan-Son Nguyen
2026-08-17 21:20:12 +02:00
committed by GitHub
parent d8df12ebc4
commit ed1c3a20f5
12 changed files with 107 additions and 27 deletions
+2 -6
View File
@@ -9,9 +9,7 @@
#include "stdint.h"
#if defined(__cplusplus)
extern "C" {
#endif
namespace vendor_hash {
typedef struct
{
@@ -45,8 +43,6 @@ void SHA1(
const char *str,
uint32_t len);
#if defined(__cplusplus)
}
#endif
} // namespace vendor_hash
#endif /* SHA1_H */