mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-03-30 15:08:32 +00:00

- Don't add an extraneous newline at the end of base64-encoded data if it is a multiple of 60 characters long. - Generate \r\n instead of \n in base64-encoded data. - Generate one newline instead of two after END PGP PUBLIC KEY BLOCK for consistency with the other footers.