From 4e773bf7c8c25d59b28d13930f01d5e86c7d1a48 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:43:01 -0400 Subject: [PATCH] Update device-pairing.md --- standards/application/device-pairing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standards/application/device-pairing.md b/standards/application/device-pairing.md index 4bef9a3..0d77d13 100644 --- a/standards/application/device-pairing.md +++ b/standards/application/device-pairing.md @@ -55,7 +55,7 @@ This protocol is designed in order to achieve two main security objectives: The devices execute a custom handshake derived from `XX`, where they mutually exchange and authenticate their respective device static key -by exchanging messages over the content topic with the following [format](https://rfc.vac.dev/spec/23/#content-topic-format) +by exchanging messages over the content topic with the following [format](https://rfc.vac.dev/waku/informational/23/topics/#content-topic-format) ``` contentTopic = /{application-name}/{application-version}/wakunoise/1/sessions_shard-{shard-id}/proto @@ -369,7 +369,7 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public ### Informative -- [26/WAKU2-PAYLOAD](https://rfc.vac.dev/spec/35/#abnf) +- [26/WAKU2-PAYLOAD](https://rfc.vac.dev/waku/standards/application/26/payload/#abnf) - [The Double-Ratchet Algorithm](https://signal.org/docs/specifications/doubleratchet/) - [The Noise Protocol Framework specifications](http://www.noiseprotocol.org/noise.html) - [IETF RFC 4648 - The Base16, Base32, and Base64 Data Encodings](https://datatracker.ietf.org/doc/html/rfc4648)