summaryrefslogtreecommitdiff
path: root/threefish.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2019-07-041-2/+2
|
* Update documentationJeffrey Walton2018-07-131-6/+6
|
* Fix missing constants in Threefish (GH #664)Jeffrey Walton2018-06-031-5/+5
|
* Fix Threefish blocksize parameter (GH #663)Jeffrey Walton2018-06-021-2/+2
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-5/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-64/+64
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Provide virtual destructor for Threefish_BaseJeffrey Walton2017-11-191-0/+1
|
* Reword Threefish inheritance hierarchyJeffrey Walton2017-11-181-7/+7
| | | | Threefish_Base does not need to inherit from Threefish_Info
* Fix algorithm names for Threefish (GH #535)Jeffrey Walton2017-11-181-1/+1
| | | | Algorithm name was returning " Threefish-32(32)" instead of "Threefish-256(256)"
* Update documentationJeffrey Walton2017-11-171-3/+3
|
* Remove variable block size for Threefish (GH #535)Jeffrey Walton2017-11-171-60/+137
|
* Update documentation linksJeffrey Walton2017-09-281-1/+1
|
* Update documentationJeffrey Walton2017-09-281-2/+13
|
* Update documentationJeffrey Walton2017-07-271-1/+0
| | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
* Add separate Enc and Dec classes to ThreefishJeffrey Walton2017-05-171-8/+23
| | | | The change speeds up benchmarks for Threefish-256 and Threefish-512 by about 10 MiB/s on a 6th gen Skylake
* Whitespace check-inJeffrey Walton2017-05-141-61/+58
|
* Add Threefish block cipher (Issue 422)Jeffrey Walton2017-05-141-0/+106