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 268630226e - Show all commits

View file

@ -8,13 +8,11 @@
use Socialbox\Classes\Database; use Socialbox\Classes\Database;
use Socialbox\Enums\Types\ContactRelationshipType; use Socialbox\Enums\Types\ContactRelationshipType;
use Socialbox\Exceptions\DatabaseOperationException; use Socialbox\Exceptions\DatabaseOperationException;
use Socialbox\Exceptions\Standard\StandardRpcException;
use Socialbox\Objects\Database\ContactDatabaseRecord; use Socialbox\Objects\Database\ContactDatabaseRecord;
use Socialbox\Objects\Database\ContactKnownKeyRecord; use Socialbox\Objects\Database\ContactKnownKeyRecord;
use Socialbox\Objects\PeerAddress; use Socialbox\Objects\PeerAddress;
use Socialbox\Objects\Standard\ContactRecord; use Socialbox\Objects\Standard\ContactRecord;
use Socialbox\Objects\Standard\SigningKey; use Socialbox\Objects\Standard\SigningKey;
use Socialbox\Socialbox;
class ContactManager class ContactManager
{ {