rust-crypto
rust-crypto copied to clipboard
Streaming encryption
Is it possible to encrypt big files (10s of GiB) using AES-GCM? The AEAD encrypt function always returns a tag for every block, which makes this method of chunked encryption useless.