mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-20 05:06:41 +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.