Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

AES_GCM in chunks bug? #123

Open
keean opened this issue Apr 29, 2017 · 0 comments
Open

AES_GCM in chunks bug? #123

keean opened this issue Apr 29, 2017 · 0 comments

Comments

@keean
Copy link

keean commented Apr 29, 2017

How do I use AES_GCM on a stream? I have tried splitting into chunks, and calling 'process' for each chunk, but when I eventually call 'finish' I get a security error as the tag is not correct. However if I put all the data in a single 'process' call it works. Do I need to do something special between calls to process, or it this a bug?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant