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 f76109347a - Show all commits

View file

@ -13,8 +13,9 @@ enum StandardError : int
case BAD_REQUEST = -102;
case FORBIDDEN = -103;
case UNAUTHORIZED = -104;
case RESOLUTION_FAILED = -105;
case CRYPTOGRAPHIC_ERROR = -106;
case NOT_FOUND = -105;
case RESOLUTION_FAILED = -106;
case CRYPTOGRAPHIC_ERROR = -107;
// RPC Errors
case RPC_METHOD_NOT_FOUND = -1000;