You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: