pub fn write(path: &Path, comment: &[u8], data: &[u8]) -> Result<()>
Write a signify file.
Writes comment and base64-encoded data to path (or stdout if “-”).
comment
data
path
Returns Error::Io on file creation or write failure.
Error::Io