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
/
account.hh
Age
Commit message (
Collapse
)
Author
2016-09-05
Convert AES functions to plain C
Richard van der Hoff
2016-09-05
Convert Ed25519 and Curve25519 functions to plain C
Richard van der Hoff
2016-05-23
Convert error.hh to plain C
Richard van der Hoff
2015-07-10
Output simpler JSON for the account keys, don't sign the JSON but instead ↵
Mark Haines
provide a olm_account_sign method so that the user of the library can sign the JSON themselves
2015-07-09
Add c bindings for the methods for managing one time keys
Mark Haines
2015-07-09
Add methods for generating new one time keys and for tracking which one time ↵
Mark Haines
keys have been published
2015-07-08
Don't pass a key id when creating a new outbound session
Mark Haines
2015-07-08
Change the JSON format for one time keys to include what algorithm they are for
Mark Haines
2015-07-08
Send the public part of the one time key rather than passing an identifier
Mark Haines
2015-07-08
Update the javascript bindings and demo to match the format of the identity ↵
Mark Haines
key JSON
2015-07-07
Encode the account keys as a signed JSON object
Mark Haines
2015-07-07
Remove the last resort one time key
Mark Haines
2015-07-07
Removed SignedKey class
Mark Haines
2015-06-27
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and ↵
Matthew Hodgson
Axolotl-the-OWS-libraries at moxie's request