aboutsummaryrefslogtreecommitdiff
path: root/tests/test_crypto.cpp
AgeCommit message (Expand)Author
2020-11-05Convert to sibs projectHEADmasterdec05eba
2019-04-22don't use variable length or zero-length arrays in test filesHubert Chathi
2016-09-05Convert AES functions to plain CRichard van der Hoff
2016-09-05Convert Ed25519 and Curve25519 functions to plain CRichard van der Hoff
2016-09-02Create new constants for key lengths, etcRichard van der Hoff
2016-09-01Fix Ed25519 keypair generationRichard van der Hoff
2016-05-23Prefix for internal symbolsRichard 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-07-07Add functions for creating and verifying ed25519 signaturesMark Haines
2015-07-07Rename generate_key to curve25519_generate_keyMark Haines
2015-06-27Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...Matthew Hodgson
2015-03-03Add functions for signing and verifying messages using curve25519 keysMark Haines
2015-02-26Copyright notices and a licenseMark Haines
2015-02-26Implement the axlotl ratchetMark Haines
2015-02-25Tweak AES cbc to add pcks7 padding bytesMark 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