blob: 8ffba2deecd4f819ff601a4add98fe13814a54ca [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
4 than the previous constant-flow implemenation. Fixes #4814.