Made message signing in Cryptography use SHA512 as the message content for... #1

Closed
netkas wants to merge 421 commits from master into dev
Showing only changes of commit 545c8aa3d5 - Show all commits

View file

@ -19,6 +19,7 @@
case EXPIRED = -108; case EXPIRED = -108;
case CRYPTOGRAPHIC_ERROR = -109; case CRYPTOGRAPHIC_ERROR = -109;
case UUID_CONFLICT = -110; case UUID_CONFLICT = -110;
case UUID_MISMATCH = -111;
// RPC Errors // RPC Errors
case RPC_METHOD_NOT_FOUND = -1000; case RPC_METHOD_NOT_FOUND = -1000;