Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation example for constant-space validity checking
Methods like `Engine::decode` require allocations sized to fit all output. For use cases where (potentially large) base64 input merely needs to be validated as correctly shaped (alphabet, padding), this approach relaxes memory requirements.
- Loading branch information