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

add DecryptReaderAt implementation #36

Merged
merged 1 commit into from
Oct 8, 2019
Merged

add DecryptReaderAt implementation #36

merged 1 commit into from
Oct 8, 2019

Conversation

aead
Copy link
Member

@aead aead commented Sep 19, 2019

This commit adds a ReaderAt implementation that
allows decrypting a data using random access patterns.

With DecryptReaderAt it is possible to decrypt an io.ReaderAt
and reading from arbitrary (plaintext) offsets.

This commit adds a `ReaderAt` implementation that
allows decrypting a data using random access patterns.

With `DecryptReaderAt` it is possible to decrypt an `io.ReaderAt`
and reading from arbitrary (plaintext) offsets.
reader-v2.go Show resolved Hide resolved
reader-v1.go Show resolved Hide resolved
Copy link

@Alevsk Alevsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@harshavardhana harshavardhana merged commit a3e7c36 into master Oct 8, 2019
@harshavardhana harshavardhana deleted the reader-at branch October 8, 2019 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants