aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-26Merge commit 'c61e5359cb454ae20c0b7b057c3a7b53e2beefd6' as ↵Mark Haines
'lib/crypto-algorithms'
2015-02-26Squashed 'lib/crypto-algorithms/' content from commit 100f4ffMark Haines
git-subtree-dir: lib/crypto-algorithms git-subtree-split: 100f4ff91b5a5b31a84b3999365c3058df6251ea
2015-02-26Merge commit 'e50ac707316ea6d8059f7036322450727773952d' as ↵Mark Haines
'lib/curve25519-donna'
2015-02-26Squashed 'lib/curve25519-donna/' content from commit 28772f3Mark Haines
git-subtree-dir: lib/curve25519-donna git-subtree-split: 28772f37a4b8a57ab9439b9e79b19f9abee686da
2015-02-26Implement the axlotl ratchetMark Haines
2015-02-25Start implementing the ratchetMark Haines
2015-02-25Don't bother passing through the mac_length, the caller already knows it ↵Mark Haines
since they supplied it
2015-02-25const correctnessMark Haines
2015-02-25Add a message encoder/decoderMark Haines
2015-02-25Tweak AES cbc to add pcks7 padding bytesMark Haines
2015-02-24Add a simple fixed size list classMark Haines
2015-02-24Move unit test code into a separate headerMark Haines
2015-02-23Use stdout for reporting test success/failureMark Haines
2015-02-21Finish and test crypto primitivesMark Haines
2015-02-20initial commit: start implementing the crypto primitivesMark Haines