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 7c8e0ddf86 - Show all commits

View file

@ -20,6 +20,7 @@
{ {
/** /**
* @inheritDoc * @inheritDoc
* @noinspection DuplicatedCode
*/ */
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface
{ {