summaryrefslogtreecommitdiff
path: root/cryptest.nmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated commentsJeffrey Walton2016-10-091-4/+5
* Add SSE2 and AVX2 arch switchesJeffrey Walton2016-09-211-0/+2
* Updated commentsJeffrey Walton2016-09-181-2/+4
* Updated comments in cryptest.nmakeJeffrey Walton2016-09-171-20/+31
* Add /GR to squash C4541 "'identifier' used on polymorphic type 'type' with /G...Jeffrey Walton2016-09-091-1/+1
* Add missing keccak.cpp and keccak.obj to cryptest.nmakeJeffrey Walton2016-09-091-3/+4
* Squashed commit of the following:Jeffrey Walton2016-09-081-4/+4
* Add missing winpipes.cpp to cryptest.shJeffrey Walton2016-09-081-2/+3
* Add missing hmqv.h, hmqv.cpp, fhmqv.h, fhmqv.cpp to down level VS project, Bo...Jeffrey Walton2016-09-081-2/+2
* Add detection based on PROCESSOR_ARCHITECTURE = "AMD64"Jeffrey Walton2016-09-071-1/+1
* Add /wd4511 to disable "could not generate a default copy-constructor"Jeffrey Walton2016-09-071-1/+1
* Force include <sdkddkver.h>, detect X86 and X64 (in addition to x86 and x64)Jeffrey Walton2016-04-301-13/+13
* Updated to provide commented CXXFLAGS for WINAPI_FAMILY=WINAPI_FAMILY_DESKTOP...Jeffrey Walton2016-04-291-2/+9
* Force include <winapifamily.h> for ARM builds of Store and Phone appsJeffrey Walton2016-04-281-2/+2
* Add missing winpipes.cpp and winpipes.obj. Fix rules for rdrand.cpp and rdran...Jeffrey Walton2016-04-281-54/+54
* Updated to include precompiled headersJeffrey Walton2016-04-261-14/+47
* Updated for x86, x64 and ARMJeffrey Walton2016-04-261-10/+53
* Add missing fipstest.cpp and fipstest.objJeffrey Walton2016-04-251-5/+7
* Add Windows NMAKE-based makefile for testingJeffrey Walton2016-04-251-0/+49