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

View file

@ -41,9 +41,6 @@
* missing or invalid request types. * missing or invalid request types.
* *
* @return void * @return void
* @throws CryptographyException
* @throws DatabaseOperationException
* @throws ResolutionException
*/ */
public static function handleRequest(): void public static function handleRequest(): void
{ {
@ -765,6 +762,7 @@
* *
* @param PeerAddress|string $peerAddress The external peer address or string identifier to be resolved. * @param PeerAddress|string $peerAddress The external peer address or string identifier to be resolved.
* @return Peer The resolved external peer after synchronization. * @return Peer The resolved external peer after synchronization.
* @throws StandardException Thrown if there was an error with the resolution process
*/ */
public static function resolvePeer(PeerAddress|string $peerAddress): Peer public static function resolvePeer(PeerAddress|string $peerAddress): Peer
{ {