summaryrefslogtreecommitdiff
path: root/cryptlib.vcxproj
Commit message (Expand)AuthorAgeFilesLines
* Add AVX2 arch to chacha_avx.cppJeffrey Walton2018-11-131-0/+1
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-20/+20
* Add ChaCha AVX2 implementation (GH #735)Jeffrey Walton2018-11-081-1/+5
* Split Blake2 SIMD files into blake2s-simd.cpp and blake2b-simd.cpp (GH #729, ...Jeffrey Walton2018-11-021-1/+2
* Add ChaCha SSE2 implementationJeffrey Walton2018-10-231-0/+1
* Add keccakc.h and keccakc.cpp for shared F1600Jeffrey Walton2018-08-221-0/+2
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-10/+0
* Split simon-simd.cpp and speck-simd.cpp into separate source filesJeffrey Walton2018-08-151-2/+4
* Add AES-NI accelerated SM4 encryption (GH #540)Jeffrey Walton2018-07-131-0/+1
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+2
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-0/+2
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+2
* 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