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
/
include
/
olm
/
olm.hh
Age
Commit message (
Expand
)
Author
2016-05-23
Rename olm.hh to olm.h
Richard van der Hoff
2016-05-16
Remove vestiges of logging
Richard van der Hoff
2016-05-16
translate logging.cpp to C
Richard van der Hoff
2016-04-26
Add a basic logging implementation
Richard van der Hoff
2015-07-24
Add methods for computing sha256 hashes and validating ed25519 signatures
Mark Haines
2015-07-16
Add method getting a session id. Update the python and javascript bindings
Mark Haines
2015-07-16
Add versions of olm_session_create_inbound and olm_session_matches_inbound wh...
Mark Haines
2015-07-15
olm_account_last_error and olm_clear_account should take an Account not a Ses...
Mark Haines
2015-07-10
Clear the random buffers once they've been used. Add methods for clearing the...
Mark Haines
2015-07-10
Output simpler JSON for the account keys, don't sign the JSON but instead pro...
Mark Haines
2015-07-09
Add c bindings for the methods for managing one time keys
Mark Haines
2015-07-08
Send the public part of the one time key rather than passing an identifier
Mark Haines
2015-07-07
Encode the account keys as a signed JSON object
Mark Haines
2015-06-27
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...
Matthew Hodgson