summaryrefslogtreecommitdiff
path: root/kalynatab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add proper declaration for Kalyna tables; and split from definitionsJeffrey Walton2018-10-281-4/+5
|
* Add CRYPTOPP_TABLE, remove CRYPTOPP_SECTIONJeffrey Walton2018-01-211-6/+4
|
* Fix "Integer constant is too large for 'long' type"Jeffrey Walton2017-08-071-1024/+1024
| | | | | | | | | kalyna.cpp:432: error: integer constant is too large for 'long' type kalyna.cpp:509: error: integer constant is too large for 'long' type kalyna.cpp:608: error: integer constant is too large for 'long' type kalyna.cpp:713: error: integer constant is too large for 'long' type kalyna.cpp:833: error: integer constant is too large for 'long' type ...
* Whitespace check-inJeffrey Walton2017-05-081-6/+0
|
* Make make_odd_key_NNN a template functionJeffrey Walton2017-05-061-1/+1
|
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-0/+1239
Thanks to Roman Oliynykov and Oleksandr Kazymyrov for their assistance. Thanks to Keru Kuro for the reference implementation.