summaryrefslogtreecommitdiff
path: root/simeck.h
Commit message (Collapse)AuthorAgeFilesLines
* 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)