mirror of
https://github.com/FiloSottile/age.git
synced 2026-04-16 01:26:57 +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>