From 7070777f80662ca0811cc698017920cc67441e75 Mon Sep 17 00:00:00 2001 From: luocai Date: Fri, 16 Aug 2024 11:41:24 +0800 Subject: [PATCH] update version adapt. --- Encrypt/Encrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Encrypt/Encrypt.h b/Encrypt/Encrypt.h index 3c9b5f9..90b3946 100644 --- a/Encrypt/Encrypt.h +++ b/Encrypt/Encrypt.h @@ -7,7 +7,7 @@ class Encrypt { public: - using Sha1DigestType = unsigned int[5]; + using Sha1DigestType = unsigned char[20]; static std::string encode64(const char *data, size_t size); static std::string encode64(const std::string_view &data); static std::string decode64(const std::string_view &data);