aboutsummaryrefslogtreecommitdiff
path: root/src/pickle.cpp
AgeCommit message (Collapse)Author
2016-09-05Convert ed25519 pickling functions to CRichard van der Hoff
... so that I can use them from the group session bits.
2016-09-05Convert Ed25519 and Curve25519 functions to plain CRichard van der Hoff
2016-05-23Prefix for internal symbolsRichard van der Hoff
Give a load of internal symbols "_olm_" prefixes. This better delineates the public and private interfaces in the module, and helps avoid internal symbols leaking out and possibly being abused.
2016-05-23C bindings for pickle functionsRichard van der Hoff
2016-04-26Fix a bunch of compiler warnings, and turn on warnings.Richard van der Hoff
2015-07-07Encode the account keys as a signed JSON objectMark Haines
2015-06-27Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and ↵Matthew Hodgson
Axolotl-the-OWS-libraries at moxie's request
2015-06-22Copyright NoticesMark Haines
2015-06-12Move utils for pickling into a separate fileMark Haines