Use `bytes.length` in Base64Encoder loop
Update Base64Encoder to use `bytes.length` instead of `encoded.length` when lopping over the bytes. Fixes gh-3314
Showing
Please register or sign in to comment
Update Base64Encoder to use `bytes.length` instead of `encoded.length` when lopping over the bytes. Fixes gh-3314