Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add POWER8 SPECK-128 implementation | Jeffrey Walton | 2018-08-12 | 1 | -1/+1 |
| | | | | Performance went from about 14 cpb to 2-3 cpb, depending on endian-ness | ||||
* | Update comments | Jeffrey Walton | 2018-07-27 | 1 | -1/+2 |
| | |||||
* | More SunStudio/SunCC workarounds | Jeffrey Walton | 2018-07-27 | 1 | -0/+6 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-07-13 | 1 | -4/+4 |
| | |||||
* | Add algorithm provider member function to Algorithm class | Jeffrey Walton | 2018-07-06 | 1 | -4/+8 |
| | |||||
* | Access modifiers for SIMON and SPECK ciphers modified. (#644) | Flo | 2018-04-20 | 1 | -4/+4 |
| | | | | | - ProcessAndXorBlock - AdvancedProcessBlocks now public instead of protected. | ||||
* | Re-add Simon and Speck, enable NEON and Aarch64 (GH #585) | Jeffrey Walton | 2018-02-19 | 1 | -2/+2 |
| | | | | This commit re-adds Simon and Speck. The commit includes NEON, Aarch32 and Aarch64 | ||||
* | Re-add Simon and Speck, enable SSE (GH #585) | Jeffrey Walton | 2018-02-18 | 1 | -0/+180 |
| | | | | This commit re-adds Simon and Speck. The commit includes C++, SSSE3 and SSE4. NEON, Aarch32 and Aarch64 are disabled at the moment. | ||||
* | Remove Simon and Speck ciphers (GH #585) | Jeffrey Walton | 2018-02-14 | 1 | -179/+0 |
| | | | | | | We recently learned our Simon and Speck implementation was wrong. The removal will stop harm until we can loop back and fix the issue. The issue is, the paper, the test vectors and the ref-impl do not align. Each produces slightly different result. We followed the test vectors but they turned out to be wrong for the ciphers. We have one kernel test vector but we don't have a working implementation to observe it to fix our implementation. Ugh... | ||||
* | Remove unneeded Doxygen directive | Jeffrey Walton | 2018-01-19 | 1 | -4/+0 |
| | |||||
* | Add SPECK-64 NEON intrinsics | Jeffrey Walton | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | Disable NEON for SPECK-64 | Jeffrey Walton | 2017-12-03 | 1 | -1/+1 |
| | | | | This was inadvertently checked-in | ||||
* | Fix incorrect SPECK-128 decrypt when blocks >= 6 | Jeffrey Walton | 2017-12-03 | 1 | -5/+9 |
| | | | | Add defines for CRYPTOPP_SPECK64_ADVANCED_PROCESS_BLOCKS and CRYPTOPP_SPECK128_ADVANCED_PROCESS_BLOCKS | ||||
* | Add SPECK-64 SSE intrinsics | Jeffrey Walton | 2017-12-03 | 1 | -0/+6 |
| | | | | Performance went from about 11.9 cpb (C++) to about 4.5 cpb (SSE) | ||||
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -63/+63 |
| | | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw | ||||
* | Switch to 'L' for blocksize in SPECK_Info | Jeffrey Walton | 2017-11-26 | 1 | -4/+4 |
| | |||||
* | Update documentation | Jeffrey Walton | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | Add NEON and ASIMD intrinsics for SPECK-128 (GH #538) | Jeffrey Walton | 2017-11-23 | 1 | -2/+6 |
| | | | | Performance increased by about 115% on a 980 MHz BananaPi dev-board. Throughput went from about 46.2 cpb to about 21.5 cpb. | ||||
* | Add SSSE3 intrinsics for SPECK-128 (GH #538) | Jeffrey Walton | 2017-11-22 | 1 | -2/+9 |
| | | | | Performance increased by about 100% on a 3.1 GHz Core i5 Skylake. Throughput went from about 7.3 cpb to about 3.5 cpb. Not bad for a software-based implementation of a block cipher | ||||
* | Update documentation | Jeffrey Walton | 2017-11-21 | 1 | -2/+12 |
| | |||||
* | Update documentation | Jeffrey Walton | 2017-11-21 | 1 | -3/+1 |
| | |||||
* | Fix AlgorithmName() for 128-bit block SIMON and SPECK | Jeffrey Walton | 2017-11-21 | 1 | -2/+5 |
| | |||||
* | Fix AlgorithmName() for 128-bit block SIMON and SPECK | Jeffrey Walton | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2017-11-20 | 1 | -34/+55 |
| | | | | Whitespace check-in | ||||
* | Add SPECK-64 and SPECK-128 lightweight block ciphers (GH #538) | Jeffrey Walton | 2017-11-20 | 1 | -0/+130 |