Skip to content

Conversation

@tarcieri
Copy link
Member

Adds a buffered Encoder type, similar to the Decoder type, which accepts incremental variable-sized binary inputs to encode and incrementally writes Base64 output to a provided buffer.

This initial version doesn't yet support linewrapping, but that can be added in a followup.

@tarcieri tarcieri force-pushed the base64ct/buffered-encoder branch from a63d5e3 to 3e92546 Compare January 31, 2022 13:47
Adds a buffered `Encoder` type, similar to the `Decoder` type, which
accepts incremental variable-sized binary inputs to encode and
incrementally writes Base64 output to a provided buffer.

This initial version doesn't yet support linewrapping, but that can be
added in a followup.
@tarcieri tarcieri force-pushed the base64ct/buffered-encoder branch from 3e92546 to e76b642 Compare January 31, 2022 13:57
@tarcieri tarcieri merged commit fd0aafc into master Jan 31, 2022
@tarcieri tarcieri deleted the base64ct/buffered-encoder branch January 31, 2022 14:30
@tarcieri tarcieri mentioned this pull request Mar 11, 2022
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