diff options
author | Malfurious <m@lfurio.us> | 2024-10-22 02:54:02 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-10-24 06:41:41 -0400 |
commit | a01e8dfb054fae877e4b94ece6b6f18dd5fd67f8 (patch) | |
tree | 236f1b9b977949a6da4777b76152e336214f635c /Cryptor.h | |
parent | d96e828be83f7adf0fe88001da865169cfd573c7 (diff) | |
download | compass-a01e8dfb054fae877e4b94ece6b6f18dd5fd67f8.tar.gz compass-a01e8dfb054fae877e4b94ece6b6f18dd5fd67f8.zip |
Refactor SHA256 function to use mbedtls
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'Cryptor.h')
-rw-r--r-- | Cryptor.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include "mbedtls/cipher.h"
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/entropy.h"
+#include "mbedtls/sha256.h"
#include "Socket.h"
|