diff options
author | David O'Shaughnessy <dev@osh.id.au> | 2020-10-08 22:01:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:45 +0700 |
commit | 643dc4f2a469f888207af43c4fdb2622875778ca (patch) | |
tree | d80420c2b2507dba1a2179a6febcf543079602e0 /libraries/olm/README | |
parent | 586c369f3a193377a10ad9edb048e26ae5cf37eb (diff) |
libraries/olm: Updated for version 3.2.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/olm/README')
-rw-r--r-- | libraries/olm/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libraries/olm/README b/libraries/olm/README index fcdee97450..7f9b4947e0 100644 --- a/libraries/olm/README +++ b/libraries/olm/README @@ -1,18 +1,18 @@ olm (olm and megolm cryptographic ratchets) -An implementation of the Double Ratchet cryptographic ratchet described by -https://whispersystems.org/docs/specifications/doubleratchet/, written in -C and C++11 and exposed as a C API. +An implementation of the Double Ratchet cryptographic ratchet described +by https://whispersystems.org/docs/specifications/doubleratchet/, +written in C and C++11 and exposed as a C API. The specification of the Olm ratchet can be found in olm.md. -This library also includes an implementation of the Megolm cryptographic +This library also includes an implementation of the Megolm cryptographic ratchet, as specified in megolm.md. -Olm is designed to be easy port to different platforms and to be easy to +Olm is designed to be easy port to different platforms and to be easy to write bindings for. -It was originally implemented in C++, with a plain-C layer providing the -public API. As development has progressed, it has become clear that C++ -gives little advantage, and new functionality is being added in C, with +It was originally implemented in C++, with a plain-C layer providing the +public API. As development has progressed, it has become clear that C++ +gives little advantage, and new functionality is being added in C, with C++ parts being rewritten as the need arises. |