fix PICrypt key size
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user