summaryrefslogtreecommitdiff
path: root/simeck.h
Commit message (Collapse)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-2/+2
|
* Remove 64-bit AdvancedProcessBlocks (GH #945)Jeffrey Walton2020-07-071-13/+0
|
* Disable SIMON64 and SPECK64 SIMD code (GH #945)Jeffrey Walton2020-07-071-0/+3
|
* Update documentationJeffrey Walton2019-07-041-2/+2
|
* Prepare for Crypto++ 8.0 releaseJeffrey Walton2018-12-271-11/+11
|
* Update documentationJeffrey Walton2018-10-141-2/+10
|
* Fix Solaris i386 compile of CHAM and LEA for SunStudio 12.3 and belowJeffrey Walton2018-07-161-0/+6
|
* Update documentationJeffrey Walton2018-07-131-4/+4
|
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+2
|
* Fix temporary array size (GH #675)Jeffrey Walton2018-07-031-2/+2
| | | | cryptest.sh and UBsan caught a "secblock.h:389:4: runtime error: load of value 206, which is not a valid value for type 'bool'". m_t[4] is accessed in UncheckedSetKey. The extra m_t[] element was inadvertently removed when ProcessAndXorBlock no longer used it.
* Update documentationJeffrey Walton2018-07-011-6/+9
|
* Update attribution for SIMECKJeffrey Walton2018-07-011-1/+1
|
* Add SIMECK-64 SSSE3 implementation (GH #675)Jeffrey Walton2018-07-011-2/+14
|
* Add Simeck lightweight block cipher (GH #675)Jeffrey Walton2018-06-301-0/+141
Add Simeck lightweight block cipher (GH #675)