toxcore/testing
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
..
crypto_speed_test.c Crypto related cleanups. 2014-04-21 16:51:36 -04:00
DHT_test.c Added bound checking for friend ID input in DHT test 2014-02-25 21:21:21 +05:30
Lossless_UDP_testclient.c updated compilation and execution instructions for Lossless UDP tests, and fixed minor typos 2014-03-12 21:40:52 +00:00
Lossless_UDP_testserver.c updated compilation and execution instructions for Lossless UDP tests, and fixed minor typos 2014-03-12 21:40:52 +00:00
Makefile.inc Fix NaCl builds for *BSD 2014-03-23 02:05:57 +01:00
Messenger_test.c Merge branch 'api-fix' 2014-03-18 20:02:50 -04:00
misc_tools.c Astyled and removed some useless files. 2014-02-09 09:43:16 -05:00
nTox.c tox_group_get_names now returns a list of name lengths along with the list of names. 2014-03-31 20:37:03 -04:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
nToxAudio.h tox A/V: integration of A/V code into tox 2013-10-13 16:40:15 +02:00
tox_sync.c Astyled and removed some useless files. 2014-02-09 09:43:16 -05:00