summaryrefslogtreecommitdiff
path: root/cryptest.nmake
Commit message (Expand)AuthorAgeFilesLines
* Add allocate.cpp to nmake sourcesJeffrey Walton2019-09-301-2/+2
* Fix .Net 2002 compileJeffrey Walton2019-08-271-6/+6
* Fix RDSEED hang on x86 (GH #872) (#873)Jeffrey Walton2019-08-061-12/+20
* Add Debug and Release linker flagsJeffrey Walton2019-08-061-4/+6
* Regenerate cryptest.nmake listJeffrey Walton2019-04-271-30/+32
* Fix NULL deviceJeffrey Walton2019-02-041-11/+11
* Fix cryptest.nmake file listJeffrey Walton2019-02-031-32/+30
* Add ChaCha20/Poly1305 AEAD cipher (GH #724)Jeffrey Walton2019-01-281-48/+50
* Remove /openmp from cryptest.nmakeJeffrey Walton2019-01-221-1/+1
* Use #pragma omp simd for OpenMP 4.0 compilers (GH #787)Jeffrey Walton2019-01-221-1/+1
* Remove /openmp from cryptest.nmakeJeffrey Walton2019-01-211-1/+1
* Clear unused variable warning under Visual StudioJeffrey Walton2019-01-201-1/+1
* Remove /openmp from cryptest.nmakeJeffrey Walton2019-01-201-1/+1
* Fix compile under MSVCJeffrey Walton2019-01-201-1/+1
* Use OpenMP 2.0 for MSC compilers (GH #787)Jeffrey Walton2019-01-201-0/+1
* Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)Jeffrey Walton2019-01-161-4/+4
* Update distclean rule in cryptest.nmakeJeffrey Walton2019-01-091-1/+3
* Update distclean rule in cryptest.nmakeJeffrey Walton2019-01-091-4/+2
* Add missing dependency to cryptest.nmakeJeffrey Walton2019-01-081-1/+1
* Revert cryptest.nmake cross-pollinationJeffrey Walton2019-01-081-1/+0
* Clear early GCC warningJeffrey Walton2019-01-081-0/+1
* Add distclean recipe to cryptest.nmakeJeffrey Walton2019-01-071-4/+33
* Update commentsJeffrey Walton2019-01-071-2/+4
* Add dlltest.cpp to cryptest.nmakeJeffrey Walton2019-01-071-4/+2
* Update cryptest.nmake scriptJeffrey Walton2019-01-071-14/+45
* Update cryptest.nmake scriptJeffrey Walton2019-01-071-0/+6
* Add DLL testing code to cryptest.nmakeJeffrey Walton2019-01-071-13/+26
* Add /OUT option for dumpbinJeffrey Walton2019-01-061-2/+3
* Update recipes for Nmake fileJeffrey Walton2019-01-061-0/+20
* Fix unintentional check-in of nmake fileJeffrey Walton2019-01-041-3/+2
* Fix IsDebuggerPresent guard for ARM64 (GH #776)Jeffrey Walton2019-01-041-2/+2
* Add comments on potential environment misdetectionJeffrey Walton2018-12-281-0/+7
* 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