Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation example for constant-space validity checking #273

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

alexpovel
Copy link
Contributor

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.

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.
@marshallpierce
Copy link
Owner

Thanks!

@marshallpierce marshallpierce merged commit 77e5251 into marshallpierce:master Aug 5, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants