pub fn parse_clearsign_armour<R: BufRead, W: Write>(
    from: R,
    to: W
) -> Result<Signature, Error>