summaryrefslogtreecommitdiff
path: root/cryptest.nmake
Commit message (Expand)AuthorAgeFilesLines
* Add Moon's curve25519 using SSE2 (GH #761)Jeffrey Walton2018-12-131-4/+4
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-42/+46
* Add Power9 Random Number Generator support (GH #747, PR #748)Jeffrey Walton2018-11-281-4/+4
* Add /arch:AVX for chacha_avx.cpp to Nmake recipeJeffrey Walton2018-11-101-0/+7
* Rename files with dashes to underscoresJeffrey Walton2018-11-101-16/+16
* Rename files with dashes to underscoresJeffrey Walton2018-11-101-16/+16
* Add ChaCha AVX2 implementation (GH #735)Jeffrey Walton2018-11-081-4/+4
* Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ...Jeffrey Walton2018-11-021-4/+4
* Add ChaCha SSE2 implementationJeffrey Walton2018-10-231-2/+2
* Break-up long lines in cryptest.nmakeJeffrey Walton2018-08-271-33/+101
* Fix compile using NmakeJeffrey Walton2018-08-231-2/+2
* Add /DEBUG to cryptest.nmake linker optionsJeffrey Walton2018-08-201-4/+4
* Fix linking rdrand.obj twice on Windows using cryptest.nmakeJeffrey Walton2018-08-191-2/+2
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-7/+5
* Split simon-simd.cpp and speck-simd.cpp into separate source filesJeffrey Walton2018-08-151-2/+2
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-2/+2
* Split validat*.cpp source filesJeffrey Walton2018-07-281-2/+2
* Split regtest2.cpp into two filesJeffrey Walton2018-07-271-2/+2
* Split bench1.cpp into two filesJeffrey Walton2018-07-271-2/+2
* Add AES-NI accelerated SM4 encryption (GH #540)Jeffrey Walton2018-07-131-2/+2
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-2/+2
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-2/+2
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-2/+2
* Add SIMECK-64 SSSE3 implementation (GH #675)Jeffrey Walton2018-07-011-2/+2
* Add additional SIMECK tests (GH #675)Jeffrey Walton2018-06-301-2/+2
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-2/+2
* Add LEA-128 SSSE3 implementation (GH #669)Jeffrey Walton2018-06-221-2/+2
* Add CHAM and LEA to cryptest.nmakeJeffrey Walton2018-06-211-2/+2
* Make AuthenticatedSymmetricCipher::AlgorithmName non-pureJeffrey Walton2018-04-051-2/+2
* Fix compile under cryptest.nmakeJeffrey Walton2018-04-051-2/+2
* Suppress C4231 and C4505 warnings using VS2008Jeffrey Walton2018-03-271-1/+2
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-2/+2
* Finish removing Simon and Speck (GH #585)Jeffrey Walton2018-02-151-2/+2
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-4/+4
* Add simon-simd.cpp to file list and nmake fileJeffrey Walton2017-11-271-2/+2
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-2/+2
* Add speck-simd.cpp to project files (GH #538, #539)Jeffrey Walton2017-11-221-2/+2
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-2/+2
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-2/+2
* Add sse-simd.cpp to nmake file and vcxproj filtersJeffrey Walton2017-11-161-2/+2
* Remove ospstore.cpp from cryptest.nmakeJeffrey Walton2017-08-251-2/+2
* Support Base Implementation + SIMD implementation in cryptest.nmake (PR #461)Jeffrey Walton2017-08-251-2/+2
* Remove -march=native as default in Makefile and CMake (PR #465)Jeffrey Walton2017-08-231-2/+2
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-4/+5
* Update with latest sources and reproducible buildJeffrey Walton2017-08-151-2/+2
* Add Threefish to project filesJeffrey Walton2017-05-141-2/+2
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-2/+2
* Split regtest.cpp into regtest{1|2|3}.cppJeffrey Walton2017-04-131-2/+2
* Add ARIA to nmake makefile for WindowsJeffrey Walton2017-04-131-2/+2
* Fix ARM compile under VS2013Jeffrey Walton2017-03-201-1/+4