summaryrefslogtreecommitdiff
path: root/Filelist.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Rename files with dashes to underscores (GH #736)Jeffrey Walton2018-11-101-25/+25
* Add ChaCha AVX2 implementation (GH #735)Jeffrey Walton2018-11-081-0/+1
* 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
* Fix LegacyDecryptor and LegacyDecryptorWithMAC (GH #714)Jeffrey Walton2018-09-101-1/+2
* Add DefaultDecryptorWithMAC using binary file testJeffrey Walton2018-09-081-0/+1
* Add keccakc.h and keccakc.cpp to Filelist.txtJeffrey 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
* Refactor validat5.cpp and validat6.cppJeffrey Walton2018-07-291-0/+3
* Split validat*.cpp source filesJeffrey Walton2018-07-281-0/+3
* Split regtest2.cpp into two filesJeffrey Walton2018-07-271-0/+1
* Split bench1.cpp into two filesJeffrey Walton2018-07-271-0/+1
* Add AES-NI accelerated SM4 encryption (GH #540)Jeffrey Walton2018-07-131-0/+1
* Add ARM AES asm implementation from Cryptogams (GH #683)Jeffrey Walton2018-07-111-0/+2
* Fix missing test vector in FileListJeffrey Walton2018-07-051-0/+1
* Add missing HC-256Jeffrey Walton2018-07-051-0/+2
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-2/+5
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+3
* 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/+3
* Add HIGHT lightweight block cipher (GH #672)Jeffrey Walton2018-06-241-0/+3
* Add LEA-128 NEON and ARMv8 implementation (GH #669)Jeffrey Walton2018-06-231-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/+3
* Add LEA lightweight block cipher (GH #669)Jeffrey Walton2018-06-171-0/+3
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-0/+2
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+8
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-8/+0
* Add History.txt for full recordJeffrey Walton2018-01-221-0/+1
* Rename nacl.h to naclite.hJeffrey Walton2018-01-211-1/+1
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+4
* Fix failed self test under Clang (GH #533)Jeffrey Walton2017-12-251-0/+1
* Rename ppc-crypto.h to ppc-simd.hJeffrey Walton2017-12-121-1/+1
* Refactor <cipher>_AdvancedProcessBlocks_<arch> into adv-simd.hJeffrey Walton2017-12-091-0/+1
* Add Valgrind suppression file to file list (GH #543)Jeffrey Walton2017-11-291-0/+1
* Add simon-simd.cpp to file list and nmake fileJeffrey Walton2017-11-271-0/+1
* Add SM3 hash function (GH #541)Jeffrey Walton2017-11-231-0/+3
* Add missing test vectors to file listJeffrey Walton2017-11-231-0/+1
* Add SM4 block ciphers (GH #540)Jeffrey Walton2017-11-231-2/+4
* 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/+3
* Add speck.txt to FilelistJeffrey Walton2017-11-201-0/+1
* 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
* Move AliasedWithTable into unnamed namespaceJeffrey Walton2017-10-051-0/+1
* Move Power8 crypto functions into ppc-crypto.hJeffrey Walton2017-09-221-0/+1
* Add PowerPC support to cpu.h and validate.cppJeffrey Walton2017-09-111-0/+2
* Add Mapfile for CMake on Solaris (Issue 380)Jeffrey Walton2017-08-271-0/+1
* Remove -march=native as default in Makefile and CMake (PR #465)Jeffrey Walton2017-08-231-1/+1