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 99c6c1385e - Show all commits

View file

@ -7,7 +7,7 @@
use Socialbox\Classes\Database;
use Socialbox\Enums\ReservedUsernames;
use Socialbox\Exceptions\DatabaseOperationException;
use Socialbox\Objects\ExportedSession;
use Socialbox\Objects\Client\ExportedSession;
class ExternalSessionManager
{