mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-02-20 02:33:49 +00:00
Make all `read*` functions accept an options object, so that we can add config options to them later (for #1166). This is necessary so that we can remove the global `openpgp.config`, which doesn't work that well when importing individual functions. Furthermore, merge `readMessage` and `readArmoredMessage` into one function, et cetera.