We are currently using the `@openpgp/web-stream-tools` library for streaming because the native Streams API doesn't support functions like `readToEnd`, which is utilized in our project.
We could implement our own readToEnd function instead.
I think we might be able to completely remove the dependency on @openpgp/web-stream-tools.
Would you like me to explore this?
Also, should I address this in the current PR or create a separate one?
Originally posted by @ioanmo226 in #5866 (comment)