Gilles Peskine | 66884e6 | 2021-07-28 14:37:14 +0200 | [diff] [blame] | 1 | Changes |
2 | * Improve the performance of base64 constant-flow code. The result is still | ||||
3 | slower than the original non-constant-flow implementation, but much faster | ||||
Gilles Peskine | 66c9b84 | 2021-10-25 21:14:06 +0200 | [diff] [blame] | 4 | than the previous constant-flow implementation. Fixes #4814. |