summaryrefslogtreecommitdiff
path: root/cryptest.nmake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add pch.obj to clean recipeJeffrey Walton2017-03-081-1/+1
* Pickup "$(PLATFORM)" == "amd64" for VS2017Jeffrey Walton2017-01-181-1/+1
* Pickup "$(PLATFORM)" == "arm" for VS2017Jeffrey Walton2017-01-181-1/+1
* spelling fixesklemens2016-12-271-1/+1
* Add debug/release options to cryptest.nmake. Update to make PHONE_APP default...Jeffrey Walton2016-12-181-2/+7
* Add Integer Bitops tests (Issue 344)Jeffrey Walton2016-12-061-2/+2
* Add Poly1305 class to project files (Issue 338)Jeffrey Walton2016-11-271-2/+2
* Add /MACHINE option for linkerJeffrey Walton2016-11-141-1/+3
* Selectively add <sdkddkver.h> and <winapifamily.h> to cryptest.nmakeJeffrey Walton2016-11-131-1/+11