mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-21 03:02:59 +00:00
- Add `PacketList.fromBinary` which parses binary data and returns a `PacketList`. Using it instead of `PacketList.read` avoids being left with partially read data in case of errors. - Rename `toPacketlist` to `toPacketList` in `Key`, `Subkey` and `User` classes - In `readMessage`, pass down `config` to `PacketList.read` - Add `config` param to `CompressedDataPacket.decompress`, `AEADEncryptedDataPacket.decrypt` and `Message.appendSignature`