Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use base64 function for length calc
Instead of calculating the Base64 encoded size by hand, use the provided function from the `base64` crate which handles some corner cases.
- Loading branch information