Add Signal protocols and mixnet vs onion routing
This commit is contained in:
parent
ab4ee25d49
commit
d8280c626f
|
@ -4,7 +4,16 @@
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Fundamentals](#fundamentals)
|
- [Fundamentals](#fundamentals)
|
||||||
|
- [Messaging](#messaging)
|
||||||
|
|
||||||
## Fundamentals
|
## Fundamentals
|
||||||
|
|
||||||
- [SoK: Secure Messaging](http://cacr.uwaterloo.ca/techreports/2015/cacr2015-02.pdf) - evaluation of current secure messaging solutions based on security, usability and adoption
|
- [SoK: Secure Messaging](http://cacr.uwaterloo.ca/techreports/2015/cacr2015-02.pdf) - evaluation of current secure messaging solutions based on security, usability and adoption
|
||||||
|
|
||||||
|
- [The Differences Between Onion Routing and Mix Networks](https://crypto.is/blog/mix_and_onion_networks) - brief comparison
|
||||||
|
|
||||||
|
## Messaging
|
||||||
|
|
||||||
|
- [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) - two-party protocol to exchange encrypted messages based on shared key
|
||||||
|
|
||||||
|
- [X3DH](https://signal.org/docs/specifications/x3dh/) - two-party asynchronous key agreement protocol
|
||||||
|
|
Loading…
Reference in New Issue