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 7073af234f - Show all commits

View file

@ -20,6 +20,9 @@ enum StandardError : int
case SESSION_NOT_FOUND = -3001;
case UNSUPPORTED_AUTHENTICATION_TYPE = -3002;
// General Error Messages
case PEER_NOT_FOUND = -4000;
/**
* Returns the default generic message for the error
*