aboutsummaryrefslogtreecommitdiff
path: root/include/olm/pickle.h
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-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