refer to Double Ratchet in readme
This commit is contained in:
parent
f03febb772
commit
f2906ac0e7
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
Olm
|
||||
===
|
||||
|
||||
An implementation of the cryptographic ratchet described by
|
||||
https://github.com/trevp/axolotl/wiki, written in C++11 and exposed as a C API
|
||||
An implementation of the Double Ratchet cryptographic ratchet described by
|
||||
https://github.com/trevp/double_ratchet/wiki, written in C and C++11 and
|
||||
exposed as a C API.
|
||||
|
||||
The specification of the Olm ratchet can be found in docs/olm.rst or
|
||||
https://matrix.org/docs/spec/olm.html
|
||||
|
|
Loading…
Reference in a new issue