Made message signing in Cryptography use SHA512 as the message content for... #1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
use Socialbox\Classes\Database;
|
use Socialbox\Classes\Database;
|
||||||
use Socialbox\Enums\ReservedUsernames;
|
use Socialbox\Enums\ReservedUsernames;
|
||||||
use Socialbox\Exceptions\DatabaseOperationException;
|
use Socialbox\Exceptions\DatabaseOperationException;
|
||||||
use Socialbox\Objects\ExportedSession;
|
use Socialbox\Objects\Client\ExportedSession;
|
||||||
|
|
||||||
class ExternalSessionManager
|
class ExternalSessionManager
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue