Add public key to peer info and implement public key generation from private key

This commit is contained in:
ImBenji
2025-08-05 18:43:13 +01:00
parent 62853ca63a
commit 573744a22d
2 changed files with 14 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ class PeerRoutes {
'peer': {
'ip': peer.ip,
'privateKey': peer.privateKey,
'publicKey': peer.publicKey,
},
'server': {
'publicKey': serverPublicKey,