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 051ad11aba - Show all commits

View file

@ -16,6 +16,8 @@
class AddressBookGetContacts extends Method class AddressBookGetContacts extends Method
{ {
/** /**
* Returns the contacts in the address book.
*
* @inheritDoc * @inheritDoc
*/ */
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface