Arvind Mukund
Arvind Mukund
Ok I was able to implement a streaming version of GCM outside of this crate using it's primitives like ghash. When doing `update` calls with sizes multiples of block size...
> We don't currently support a streaming encryption API for AEADs. If you'd like to propose one, https://github.com/rustcrypto/traits is probably the right place: we use trait-based APIs. There was some...
Chunked seems misleading because of the fixed size intuition from stdlib. _Incremental_ or _Streamed_ sounds byte granular. As for the construction AAD seems to be streamed almost always before the...