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 3adb62cfc7 - Show all commits

View file

@ -4,6 +4,11 @@
enum RequestType : string enum RequestType : string
{ {
/**
* Represents the action of sending a ping request.
*/
case PING = 'ping';
/** /**
* Represents the action of getting server information (Non-RPC Request) * Represents the action of getting server information (Non-RPC Request)
*/ */