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 3e5199d776 - Show all commits

View file

@ -46,7 +46,7 @@
public function toArray(): array
{
return [
'name' => $this->name->getValue(),
'name' => $this->name->value,
'value' => $this->value,
];
}