Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 70 additions and 70 deletions
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace Socialbox\Enums;
|
||||
namespace Socialbox\Enums;
|
||||
|
||||
enum StandardError : int
|
||||
{
|
||||
enum StandardError : int
|
||||
{
|
||||
// Fallback Codes
|
||||
case UNKNOWN = -1;
|
||||
|
||||
|
@ -77,4 +77,4 @@ enum StandardError : int
|
|||
};
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue