Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
|
||||
enum RequestType : string
|
||||
{
|
||||
/**
|
||||
* Represents the action of sending a ping request.
|
||||
*/
|
||||
case PING = 'ping';
|
||||
|
||||
/**
|
||||
* Represents the action of getting server information (Non-RPC Request)
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue