We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original Pull Request: #21 (comment)
The text was updated successfully, but these errors were encountered:
See Decrypt() where bool full is false (partial byte range request): https://github.com/readium/readium-lcp-client/blob/feature/lsd/src/lcp-client-lib/AesGcmSymmetricAlgorithm.cpp#L125
Decrypt()
bool
full
false
Sorry, something went wrong.
More specifically, see CryptoPP IsRandomAccess. https://github.com/weidai11/cryptopp/issues
IsRandomAccess
Pipelining: https://www.cryptopp.com/wiki/Pipelining
GCM is similar to CTR mode, which means that the IV can be computed at any random offset by incrementing the counter. https://www.cryptopp.com/wiki/CTR_Mode#Seeking
No branches or pull requests
Original Pull Request: #21 (comment)
The text was updated successfully, but these errors were encountered: