fix PICrypt key size

This commit is contained in:
2021-02-08 18:29:55 +03:00
parent a80622c956
commit 6e7055bea3

View File

@@ -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() {