fork-openpgpjs/test
Daniel Huigens fbbeaa3cd9
Rename numBits and bits to rsaBits (#970)
Keep supporting the old names as well though in `openpgp.generateKey`
and `getAlgorithmInfo`, but not in `openpgp.key.generate` (as it is
recommended that developers use `openpgp.generateKey` instead, and
it now throws when using `numBits` instead of `rsaBits`, so there's
no risk of silent key security downgrade).

The old names are now deprecated, and might be removed in v5.
2019-09-18 13:40:44 +02:00
..
crypto Implement ECDH using Node crypto (#921) 2019-07-09 20:45:28 +02:00
general Rename numBits and bits to rsaBits (#970) 2019-09-18 13:40:44 +02:00
security Rename numBits and bits to rsaBits (#970) 2019-09-18 13:40:44 +02:00
worker Don't attempt to use workers if they fail to load 2019-05-02 12:08:08 +02:00
unittests.html Switch from Sauce Labs to Browserstack (#965) 2019-09-16 14:59:06 +02:00
unittests.js Switch from Sauce Labs to Browserstack (#965) 2019-09-16 14:59:06 +02:00