aboutsummaryrefslogtreecommitdiff
path: root/src/cipher.cpp
AgeCommit message (Expand)Author
2018-06-27fix a length check and add some missing length checksHubert Chathi
2016-09-05Convert AES functions to plain CRichard van der Hoff
2016-09-02Create new constants for key lengths, etcRichard van der Hoff
2016-05-24Rewrite _olm_cipher_aes_sha_256 initialisationRichard van der Hoff
2016-05-24Remove 'destruct' from cipher_opsRichard van der Hoff
2016-05-23Prefix for internal symbolsRichard van der Hoff
2016-05-23Convert cipher.hh to plain CRichard van der Hoff
2016-05-23Give SHA256 functions C bindingsRichard van der Hoff
2015-08-19Replace hard coded references to the 32-byte key length with a constant, add ...Mark Haines
2015-06-27Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...Matthew Hodgson
2015-06-22Copyright NoticesMark Haines
2015-06-12Implement the session key exchangeMark Haines
2015-06-11Move AES specific details behind a cipher interfaceMark Haines