mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-02 23:13:25 +00:00
As per the spec, v6 keys must not use the legacy curve25519 format. The new format is not used by default with v4 keys as it's not compatible with OpenPGP.js older than v5.10.0 . However, v6 keys already break compatibility, so if the user requests them via config flag, we can safely use the new curve format as well.