Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: use const parameters in base64_decode_slow()
Make parameters as const since it's both better at its own and consistent with base64_decode_fast() and base64_decode().
- Loading branch information