From 6e7055bea368a2dc20bc1691a518bd0b0160b434 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 8 Feb 2021 18:29:55 +0300 Subject: [PATCH] fix PICrypt key size --- libs/crypt/picrypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/crypt/picrypt.cpp b/libs/crypt/picrypt.cpp index a129db7b..38b38250 100644 --- a/libs/crypt/picrypt.cpp +++ b/libs/crypt/picrypt.cpp @@ -24,7 +24,7 @@ #define PICRYPT_DISABLED_WARNING piCout << "[PICrypt]" << "Warning: PICrypt is disabled, to enable install sodium library and rebuild pip"; -const char hash_def_key[] = "_picrypt_"; +const char hash_def_key[] = "=picryptpicrypt="; PICrypt::PICrypt() {