mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-08 21:03:05 +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>