aboutsummaryrefslogtreecommitdiff
path: root/src/cipher.cpp
AgeCommit message (Collapse)Author
2015-08-19Replace hard coded references to the 32-byte key length with a constant, add ↵Mark Haines
utilities for copying data to and from fixed sized arrays
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-12Implement the session key exchangeMark Haines
2015-06-11Move AES specific details behind a cipher interfaceMark Haines