DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Streaming encryption #378

Open lorenz opened 8 years ago

lorenz commented 8 years ago

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.