blob: e3f3862bfb181c25ade39fa6d176e7b9899d0222 [file] [log] [blame]
Gilles Peskine66884e62021-07-28 14:37:14 +02001Changes
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 Peskine66c9b842021-10-25 21:14:06 +02004 than the previous constant-flow implementation. Fixes #4814.