Update device-pairing.md

This commit is contained in:
Jimmy Debe 2024-06-25 08:43:01 -04:00 committed by GitHub
parent f22862695c
commit 4e773bf7c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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)