aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/misty1
Commit message (Expand)AuthorAgeFilesLines
* Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Remove all exception specifications. The way these are designed in C++ islloyd2009-10-221-1/+1
* Remove add blocks from block cipher info fileslloyd2009-09-291-7/+0
* Make encrypt_n public for all BlockCipher implementations - unlike thelloyd2009-08-111-2/+4
* Change the BlockCipher interface to support multi-block encryption andlloyd2009-08-112-61/+73
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-20/+24
* Move MISTY1 tables from mist_tab.cpp to misty1.cpp - pretty smalllloyd2008-11-214-118/+106
* Rename SymmetricAlgorithm::key to key_schedule to avoid many namelloyd2008-11-092-2/+2
* Split ciphers into block and stream ciphers. Move base class headerslloyd2008-11-084-0/+302