summaryrefslogtreecommitdiff
path: root/kalyna.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix aliasing violations in KalynaJeffrey Walton2020-04-131-5/+5
|
* Fix Kalyna512_Info parameter (GH #662)Jeffrey Walton2018-06-021-1/+1
|
* Update documentationJeffrey Walton2018-01-251-1/+10
|
* Update documentationJeffrey Walton2018-01-251-1/+10
|
* Add Kalyna typedefs (GH# 535)Jeffrey Walton2018-01-231-0/+9
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
|
* Fix benchmarks after variable block size removal (GH #535)Jeffrey Walton2018-01-181-6/+9
|
* Convert Kalyna from variable block size (GH #535)Jeffrey Walton2018-01-181-79/+112
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-59/+59
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Update documentationJeffrey Walton2017-07-271-1/+0
| | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
* XOR block in specialized ProcessBlockJeffrey Walton2017-05-101-5/+5
| | | | Use Put and Get blocks consistently
* Revert "XOR block in specialized ProcessBlock"Jeffrey Walton2017-05-101-5/+5
| | | | This reverts commit 76bb4ead40ded06b55b506a85106eae38519b7ee. The Visual Studio project files and other test files were not supposed to be checked-in.
* XOR block in specialized ProcessBlockJeffrey Walton2017-05-101-5/+5
| | | | Use Put and Get blocks consistently
* Whitespace check-inJeffrey Walton2017-05-081-1/+1
|
* Port Kalyna to big-endian (Issue 411)Jeffrey Walton2017-05-081-3/+3
| | | | Tested on GCC110 from the GCC compile farm. Performance is comparable to AES on GCC110.
* Make make_odd_key_NNN a template functionJeffrey Walton2017-05-061-0/+1
|
* Updated documentationJeffrey Walton2017-05-061-4/+14
|
* Add Kalyna block cipher (Issue 411)Jeffrey Walton2017-05-061-0/+149
Thanks to Roman Oliynykov and Oleksandr Kazymyrov for their assistance. Thanks to Keru Kuro for the reference implementation.