toxcore/auto_tests
irungentoo 9c6a8432ce Crypto related cleanups.
Moved Bunch of functions from net_crypto to crypto_core.

decrypt_data_fast and decrypt_data_symmetric were the same thing
therefore, removed decrypt_data_fast.

Replaced all the crypto_secretbox_* defines with the equivalent
crypto_box_* one.

New define: crypto_box_KEYBYTES that is equal to
crypto_box_BEFORENMBYTES.
2014-04-21 16:51:36 -04:00
..
assoc_test.c Astyled the code. 2013-12-16 20:49:24 -05:00
crypto_test.c Crypto related cleanups. 2014-04-21 16:51:36 -04:00
friends_test.c Friend request callback now contains the Tox object. 2014-03-16 13:24:39 -04:00
Makefile.inc Added TCP test to build system. 2014-04-10 20:46:24 -04:00
messenger_test.c fixed build. 2014-02-22 11:52:46 -05:00
network_test.c Major protocol changes, this commit breaks all network compatibility. 2014-04-15 18:09:07 -04:00
onion_test.c Fixed regression, announce responses can contain 0 nodes. 2014-04-15 19:16:35 -04:00
skeleton_test.c Reduce duplicate data. Add a mostly empty skeleton test. 2013-11-06 20:32:19 +01:00
TCP_test.c Crypto related cleanups. 2014-04-21 16:51:36 -04:00
tox_test.c Some speedups and small fixes. 2014-04-16 13:53:51 -04:00
toxav_basic_test.c Pings and onion packets implemented in TCP_Client.c 2014-04-12 22:00:46 -04:00