summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* Add SIMECK-64 SSSE3 implementation (GH #675)Jeffrey Walton2018-07-011-0/+1
* Add Simeck lightweight block cipher (GH #675)Jeffrey Walton2018-06-301-0/+2
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-0/+2
* Add LEA-128 SSSE3 implementation (GH #669)Jeffrey Walton2018-06-221-0/+1
* Add CHAM128 SSSE3 implementation (PR #670)Jeffrey Walton2018-06-191-0/+1
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+2
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+2
* Add AdditionalOptions property to VCXPROJ files (GH #649)Jeffrey Walton2018-05-011-0/+1
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-1/+3
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+6
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-7/+1
* Rename nacl.h to naclite.hJeffrey Walton2018-01-211-1/+1
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+3
* Refactor <cipher>_AdvancedProcessBlocks_<arch> into adv-simd.hJeffrey Walton2017-12-091-0/+1
* Add simon-simd.cpp to file list and nmake fileJeffrey Walton2017-11-271-1/+1
* Add NEON and ASIMD intrinsics for SPECK-128 (GH #539)Jeffrey Walton2017-11-271-1/+2
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-0/+2
* Add SM4 block ciphers (GH #540)Jeffrey Walton2017-11-231-0/+2
* Add speck-simd.cpp to project files (GH #538, #539)Jeffrey Walton2017-11-221-0/+1
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-0/+2
* Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538)Jeffrey Walton2017-11-201-0/+2
* Remove SSE2 from cpu.cpp, add sse-simd.cppJeffrey Walton2017-11-161-0/+1
* Add VIA Padlock RNGJeffrey Walton2017-08-191-0/+2
* Split source files to support Base Implementation + SIMD implementation (GH #...Jeffrey Walton2017-08-171-0/+14
* Suppress C4251 and C4275 warnings in project files (Issue 412)Jeffrey Walton2017-08-161-1/+1
* Update VCXPROJ files for AppVeyor testingJeffrey Walton2017-08-041-1/+8
* Revert "Reinstate commit ac513c06f8c80"Jeffrey Walton2017-08-031-9/+6
* Reinstate commit ac513c06f8c80Jeffrey Walton2017-08-031-6/+9
* Suppress warnings C4231, C4355 and C4505 (Issue 412)Jeffrey Walton2017-08-021-0/+1
* Fix Visual Studio project file issues (#446)Marcel Raad2017-07-191-13/+0
* Add Threefish to project filesJeffrey Walton2017-05-141-0/+2
* Revert "XOR block in specialized ProcessBlock"Jeffrey Walton2017-05-101-2/+12
* XOR block in specialized ProcessBlockJeffrey Walton2017-05-101-12/+2
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-0/+3
* Add ARIA block cipherJeffrey Walton2017-04-101-6/+5
* Add NIST SP800-90A Hash_DRBG generatorJeffrey Walton2016-12-301-0/+1
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-0/+1
* Add Poly1305 class to project files (Issue 338)Jeffrey Walton2016-11-271-0/+2
* Add ecpoint.h header file. Add EncodedPoint interface. Add documntationJeffrey Walton2016-11-041-0/+1
* Add Output for clean ruleJeffrey Walton2016-10-151-3/+3
* Whitespace cleanupJeffrey Walton2016-10-091-3/+4
* Reorder objects for ARM-based MSBuilds (Issue 316)Jeffrey Walton2016-10-061-3/+4
* Fix x64masm.asm and x64dll.asm ASM with ARM-based MSBuilds (Issue 316)Jeffrey Walton2016-10-061-8/+6
* Fix rdrand ASM with ARM-based MSBuilds (Issue 316)Jeffrey Walton2016-10-061-5/+8
* Disable ErrorReporting for cryptlibJeffrey Walton2016-10-051-0/+3
* Add ImageHasSafeExceptionHandlers option for X86Jeffrey Walton2016-10-051-16/+5
* Consistnt use of Optimization, OptimizeReferences and EnableCOMDATFoldingJeffrey Walton2016-10-051-1/+6
* Cleanup CRYPTLIB project fileJeffrey Walton2016-10-051-281/+92
* Add missing PlatformToolset and RootNamespace for Globals PropertyGroupJeffrey Walton2016-10-041-0/+1
* Add NDEBUG for release buildsJeffrey Walton2016-10-031-8/+5