aboutsummaryrefslogtreecommitdiff
path: root/include/olm/crypto.h
AgeCommit message (Collapse)Author
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-23Give SHA256 functions C bindingsRichard van der Hoff