Replies: 2 comments 4 replies
-
I'm also interested in a streaming interface, and for other AES modes as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the current architecture keeps RAM usage small. So, besides RAM usage, what would be usage for this? Also, seems complex to implement on top of current architecture. We'd be having an audit ASAP. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
First, I am grateful for your excellent work on this library. The quality and attention to detail are truly impressive and have been a great help in my projects.
I have a question regarding the use of the library. Is it possible to use AES-GCM in stream mode, similar to how it can be done in Node.js? This feature would be handy for my current project, and I'm hoping there's a way to implement it in your library.
For reference, here is an example of how this is achieved in Node.js:
Thank you again for your hard work and for providing such a fantastic library. I look forward to your response.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions