index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_ratchet.cpp
Age
Commit message (
Expand
)
Author
2019-04-22
don't use variable length or zero-length arrays in test files
Hubert Chathi
2016-09-05
Convert Ed25519 and Curve25519 functions to plain C
Richard van der Hoff
2016-05-24
Rewrite _olm_cipher_aes_sha_256 initialisation
Richard van der Hoff
2016-05-23
Prefix for internal symbols
Richard van der Hoff
2016-05-23
Convert cipher.hh to plain C
Richard van der Hoff
2016-05-23
Fix warnings and set -Werror
Richard van der Hoff
2015-07-07
Rename generate_key to curve25519_generate_key
Mark Haines
2015-06-27
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...
Matthew Hodgson
2015-06-26
Add some tests which advance the ratchet on both sides a few times
Mark Haines
2015-06-12
Pass the message body to decrypt_max_plaintext_length so we can get a more ac...
Mark Haines
2015-06-11
rename Session to Ratchet
Mark Haines
2015-06-11
Move AES specific details behind a cipher interface
Mark Haines
2015-03-03
Rename the ratchet source and include files from axolotl to ratchet
Mark Haines