| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 2 | -2/+6 |
* | Cleanup ARIA | Jack Lloyd | 2017-08-23 | 2 | -379/+251 |
* | Add ARIA Block Cipher (GH #1004) | Jeffrey Walton | 2017-08-23 | 4 | -0/+738 |
* | Remove BOTAN_PARALLEL_FOR from T-table AES | Jack Lloyd | 2017-08-22 | 1 | -1/+1 |
* | In SHACAL2 be smarter about how the round keys are loaded | Jack Lloyd | 2017-08-16 | 1 | -9/+15 |
* | Optimize SHACAL2 | Jack Lloyd | 2017-08-16 | 2 | -46/+20 |
* | Add 2x unrolling for SHACAL2 on x86 | Jack Lloyd | 2017-08-14 | 1 | -2/+71 |
* | Add support for SHACAL2 using x86 SHA extensions | Jack Lloyd | 2017-08-14 | 4 | -0/+109 |
* | Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and Threefish | Jack Lloyd | 2017-08-14 | 10 | -0/+85 |
* | Pass by reference for MSVC x86 | Jack Lloyd | 2017-08-14 | 1 | -6/+8 |
* | Add SHACAL2 in generic SIMD | Jack Lloyd | 2017-08-13 | 4 | -0/+157 |
* | Add SHACAL2 | Jack Lloyd | 2017-08-13 | 4 | -0/+220 |
* | Add SM4 block cipher | Jack Lloyd | 2017-06-16 | 4 | -0/+208 |
* | Handle IV carryover in CBC, CFB, and stream ciphers | Jack Lloyd | 2017-05-13 | 1 | -0/+12 |
* | Content: | Tomasz Frydrych | 2017-04-03 | 1 | -1/+1 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 24 | -25/+72 |
* | Fix incorrect password truncation in bcrypt password hashing. | Jack Lloyd | 2017-03-24 | 1 | -7/+11 |
* | Remove some commented out code from Noekeon | Jack Lloyd | 2017-01-28 | 1 | -13/+0 |
* | Add BOTAN_UNUSED in creator functions | Jack Lloyd | 2017-01-27 | 1 | -0/+3 |
* | Fix various SunCC and Solaris warnings and build problems. | Jack Lloyd | 2017-01-24 | 4 | -18/+25 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 48 | -702/+702 |
* | Fix clang-analyzer warning in AES code | Jack Lloyd | 2016-12-16 | 1 | -6/+4 |
* | Remove <source> block from info.txt files | Jack Lloyd | 2016-12-08 | 2 | -8/+0 |
* | Inline Twofish::rs_mul into its only caller | Jack Lloyd | 2016-12-08 | 2 | -24/+19 |
* | Rename Serpent SIMD and Twofish SBOX source files | Jack Lloyd | 2016-12-08 | 2 | -0/+0 |
* | Add Cilk/OpenMP support | Jack Lloyd | 2016-11-26 | 11 | -251/+204 |
* | Remove blowfish table source file. | Jack Lloyd | 2016-11-03 | 1 | -190/+0 |
* | Inline Blowfish tables to blowfish.cpp | Jack Lloyd | 2016-11-03 | 2 | -3/+182 |
* | Move ISA optimized versions under the main algo dir | Jack Lloyd | 2016-11-03 | 12 | -8/+0 |
* | Remove alias logic from SCAN_Name | Jack Lloyd | 2016-10-21 | 1 | -30/+30 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 6 | -96/+184 |
* | Improve block doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -3/+6 |
* | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 4 | -0/+39 |
* | Missing inline specifier | Jack Lloyd | 2016-10-02 | 1 | -1/+1 |
* | Change T::provider to return std::string | Jack Lloyd | 2016-09-15 | 11 | -16/+15 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 11 | -0/+88 |
* | Add cpuid overload to test framework | Jack Lloyd | 2016-09-15 | 1 | -3/+3 |
* | Merge optimized implementations into base class | Jack Lloyd | 2016-09-15 | 26 | -633/+413 |
* | These vectors can be const | Jack Lloyd | 2016-09-09 | 1 | -2/+2 |
* | Remove XTEA SIMD impl | Jack Lloyd | 2016-09-02 | 3 | -165/+0 |
* | Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEA | Jack Lloyd | 2016-09-02 | 19 | -1478/+0 |
* | Threefish-512 AVX2 optimizations | Jack Lloyd | 2016-08-10 | 1 | -76/+165 |
* | Empty the key/tweak containers which is used to signal the key was set | Jack Lloyd | 2016-04-15 | 1 | -3/+3 |
* | Merge branch 'master' into clang-analyzer | Daniel Neus | 2016-03-06 | 5 | -6/+6 |
|\ |
|
| * | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 5 | -6/+6 |
* | | added an assert for aes key length >= 4 in aes_key_schedule to prevent divisi... | Daniel Neus | 2016-03-02 | 1 | -0/+6 |
* | | fix dead assignment / redundant computation in block/aes_ssse3/aes_ssse3.cpp ... | Daniel Neus | 2016-03-02 | 1 | -2/+0 |
|/ |
|
* | Avoid some Wshadows in GCC 4.8 | Jack Lloyd | 2016-02-20 | 1 | -2/+2 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 27 | -36/+36 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 48 | -666/+666 |