mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-05-11 18:29:56 +00:00

The `format` option in `openpgp.generateKey, reformatKey, revokeKey, encrypt, sign, encryptSessionKey` now expects the value `'armored'` instead of `'armor'` to output armored data. The other format options (i.e. `'binary'` and `'object'`) remain unchanged.