commit | 7b6055d1afaf6eed5e422c342be33f34304430b3 | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sun Jul 08 19:42:10 2001 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sun Jul 08 19:42:10 2001 +0000 |
tree | 0f76ded098e067b61bf02b414f92b218a4f9e153 | |
parent | f31b12503e6de9252d552b35df3e6e0f1f217b68 [diff] |
Handle the common case first (where input size is a multiple of block size). Worth around 5% for encrypt. Slows down decrypt slightly, but I expect to regain that later.