summaryrefslogtreecommitdiff
path: root/simon.h
Commit message (Expand)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-3/+3
* Remove 64-bit AdvancedProcessBlocks (GH #945)Jeffrey Walton2020-07-071-18/+0
* Disable SIMON64 and SPECK64 SIMD code (GH #945)Jeffrey Walton2020-07-071-0/+3
* Update documentationJeffrey Walton2020-01-011-29/+29
* Use byte pointer for CONST_V32_CAST and NCONST_V32_CASTJeffrey Walton2019-11-161-4/+2
* Sidestep failed self tests on GCC135Jeffrey Walton2019-11-151-2/+4
* Enable Power7 for Simon and Speck (PR #909)Jeffrey Walton2019-10-271-0/+10
* Update documentationJeffrey Walton2019-07-041-2/+2
* Add CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE (GH #782)Jeffrey Walton2019-01-161-2/+6
* Update comments in config.hJeffrey Walton2018-12-091-2/+2
* Update documentationJeffrey Walton2018-10-141-0/+12
* Enable SSSE3 and SSE4 for SIMON and SPECK on Solaris with SunCC 5.13 and aboveJeffrey Walton2018-08-171-1/+1
* Whitespace check-inJeffrey Walton2018-08-151-1/+1
* Add POWER8 SIMON-64 implementationJeffrey Walton2018-08-141-1/+2
* Add POWER8 SIMON-128 implementationJeffrey Walton2018-08-121-2/+5
* Update commentsJeffrey Walton2018-07-271-1/+2
* More SunStudio/SunCC workaroundsJeffrey Walton2018-07-271-0/+6
* Update documentationJeffrey Walton2018-07-131-4/+4
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-2/+6
* Access modifiers for SIMON and SPECK ciphers modified. (#644)Flo2018-04-201-4/+4
* Re-add Simon and Speck, enable NEON and Aarch64 (GH #585)Jeffrey Walton2018-02-191-2/+2
* Re-add Simon and Speck, enable SSE (GH #585)Jeffrey Walton2018-02-181-0/+180
* Remove Simon and Speck ciphers (GH #585)Jeffrey Walton2018-02-141-179/+0
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
* Clear Coverity issue CID 186338Jeffrey Walton2017-12-271-1/+1
* Add SIMON-64 NEON intrinsicsJeffrey Walton2017-12-051-1/+1
* Fix incorrect SPECK-128 decrypt when blocks >= 6Jeffrey Walton2017-12-031-5/+9
* Add SIMON-64 SSE intrinsicsJeffrey Walton2017-12-031-0/+6
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-63/+63
* Add NEON and ASIMD intrinsics for SPECK-128 (GH #539)Jeffrey Walton2017-11-271-5/+16
* Update documentationJeffrey Walton2017-11-261-1/+1
* Fix URL in documentationJeffrey Walton2017-11-211-1/+1
* Update documentationJeffrey Walton2017-11-211-2/+12
* Update documentationJeffrey Walton2017-11-211-3/+1
* Fix AlgorithmName() for 128-bit block SIMON and SPECKJeffrey Walton2017-11-211-2/+5
* Fix AlgorithmName() for 128-bit block SIMON and SPECKJeffrey Walton2017-11-211-1/+1
* Update documentationJeffrey Walton2017-11-211-5/+5
* Whitespace and spelling check-inJeffrey Walton2017-11-211-3/+0
* Add SIMON-64 and SIMON-128 lightweight block ciphers (GH #539)Jeffrey Walton2017-11-211-0/+154