mirror of
https://github.com/FiloSottile/age.git
synced 2026-04-15 17:16:56 +00:00
Buffering only when the armorFlag is set disregards use cases where data from a tty stdin is decrypted or where binary data goes to a tty stdout. Buffering is only necessary if stdin is a tty and stdout is a tty. Co-authored-by: Filippo Valsorda <hi@filippo.io>