- 05 Sep, 2016 1 commit
-
-
Richard van der Hoff authored
-
- 02 Sep, 2016 1 commit
-
-
Richard van der Hoff authored
We were using olm::KEY_LENGTH for everything under the sun which happened to be 32 bytes long, and making a bunch of assumptions in the process. Create a bunch of new constants (as C #defines rather than C++ consts so that I can use them in another forthcoming refactor).
-
- 24 May, 2016 2 commits
-
-
Richard van der Hoff authored
Replace the init-static-var dance with some preprocessor macros
-
Richard van der Hoff authored
We never delete a cipher, and the destruct op is empty, so it's a bit pointless
-
- 23 May, 2016 3 commits
-
-
Richard van der Hoff authored
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.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- 19 Aug, 2015 1 commit
-
-
Mark Haines authored
Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays
-
- 26 Jun, 2015 1 commit
-
-
Matthew Hodgson authored
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-the-OWS-libraries at moxie's request
-
- 22 Jun, 2015 1 commit
-
-
Mark Haines authored
-
- 12 Jun, 2015 1 commit
-
-
Mark Haines authored
-
- 11 Jun, 2015 1 commit
-
-
Mark Haines authored
-