#12 Avoid buffering plaintext when reading from `SecretStream`.

Open
opened 2 years ago by mcarr · 0 comments

SecretStream currently buffers decrypted data before copying it into the caller supplied buffer in the read method. We should be able to eliminate this and decrypt directly into the caller supplied buffer.

`SecretStream` currently buffers decrypted data before copying it into the caller supplied buffer in the `read` method. We should be able to eliminate this and decrypt directly into the caller supplied buffer.
Sign in to join this conversation.
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.