mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-23 06:11:45 +00:00
Remove comment
This commit is contained in:
@ -99,7 +99,8 @@ export async function verifySignedPayload(noiseStaticKey: bytes, plaintext: byte
|
||||
}
|
||||
|
||||
const generatedPayload = getHandshakePayload(noiseStaticKey);
|
||||
// Unmarshaling from PublicKey protobuf and taking key buffer only.
|
||||
|
||||
// Unmarshaling from PublicKey protobuf
|
||||
const publicKey = crypto.keys.unmarshalPublicKey(receivedPayload.libp2pKey);
|
||||
if (!publicKey.verify(generatedPayload, receivedPayload.noiseStaticKeySignature)) {
|
||||
throw new Error("Static key doesn't match to peer that signed payload!");
|
||||
|
Reference in New Issue
Block a user