cryptopp/TestScripts
Jeffrey Walton 0bb73e7035
Add _unchecked versions of crypto_box, crypto_box_open and crypto_box_beforenm
This check-in adds three additional functions for backwards compatibility: crypto_box_unchecked, crypto_box_open_unchecked and crypto_box_beforenm_unchecked. The functions can be used for interoperability with downlevel clients, like old versions of NaCl and libsodium. It should also help some cryptocurrencies, like Bitcoin, Ethereum, Monero and Zcash.

Also see https://eprint.iacr.org/2017/806.pdf (low order element attack) and https://github.com/jedisct1/libsodium/issues/662 (Zcash break).
2018-01-18 12:43:57 -05:00
..
change-version.sh Split source files to support Base Implementation + SIMD implementation (GH #461) 2017-08-17 12:33:43 -04:00
coverity-linux.txt Fix missing backslash 2017-08-18 04:53:22 -04:00
coverity-macosx.txt Updated makefile trim and convert rules 2017-05-26 10:08:44 -04:00
coverity-windows.txt Updated makefile trim and convert rules 2017-05-26 10:08:44 -04:00
cryptdll-windows.cmd Add cryptdll-windows.cmd to TestScripts 2016-10-06 00:02:33 -04:00
cryptest-android.sh Update cryptest-android.sh file with LLVM 2017-09-18 02:26:50 -04:00
cryptest-coverity.cpp Update Coverity modeling file 2017-03-15 15:46:23 -04:00
cryptest-ios.sh Organize test scripts (Issue 303) 2016-09-23 11:32:48 -04:00
cryptest-symbols.sh Fix cryptest-symbols.sh to account for bench.cpp rename (Issue 337) 2016-11-23 15:17:46 -05:00
cryptest.sh Add C++20 elevated warnings test 2018-01-14 03:34:25 -05:00
governor.sh Fix GCC inline asm register constraint for SSE register 2017-11-17 01:01:12 -05:00
make-benchmarks.sh Whitespace cleanup 2016-10-01 02:02:51 -04:00
reset-fork.sh Cleared fall through warnings under GCC 7 (Issue 441) 2017-07-17 04:48:28 -04:00
setenv-android-old.sh Fix unwanted Git mode change 2017-12-15 19:13:20 -05:00
setenv-embedded.sh Add untracked files that git was not able to track when asked to perform a 'git mv' 2016-11-12 04:42:53 -05:00
setenv-ios.sh Update setenv-ios.sh to export tools 2017-11-10 09:30:47 -05:00
tweetnacl.patch Add _unchecked versions of crypto_box, crypto_box_open and crypto_box_beforenm 2018-01-18 12:43:57 -05:00
tweetnacl.sh Add interface to TweetNaCl library (#566) 2018-01-17 22:02:09 -05:00