Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cipher: setup bulk functions at each algorithms key setup | Jussi Kivilinna | 2020-09-27 | 1 | -2/+2 |
* | Pass cipher object pointer to setkey functions | Jussi Kivilinna | 2018-06-19 | 1 | -1/+3 |
* | cipher: Fix IDEA cipher for clearing memory. | NIIBE Yutaka | 2016-11-01 | 1 | -1/+1 |
* | cipher: Avoid signed divisions in idea.c | Werner Koch | 2013-11-08 | 1 | -2/+2 |
* | cipher: Simplify the cipher dispatcher cipher.c. | Werner Koch | 2013-10-01 | 1 | -2/+3 |
* | Move stack burning from block ciphers to cipher modes | Jussi Kivilinna | 2013-09-04 | 1 | -4/+4 |
* | Fix alignment problem in idea.c. | Werner Koch | 2013-04-18 | 1 | -27/+27 |
* | Rework selftest in idea.c. | Ulrich Müller | 2012-02-17 | 1 | -25/+19 |
* | Add support for the IDEA cipher. | Ulrich Müller | 2012-02-16 | 1 | -144/+52 |
* | Include an IDEA implementation. | Werner Koch | 2012-01-09 | 1 | -0/+476 |
* | IDEA removed, signing works | Werner Koch | 1997-11-24 | 1 | -352/+0 |
* | initially checkin | Werner Koch | 1997-11-18 | 1 | -0/+352 |