Replace the always-on `allowLegacyEncryption` / default-on RSA checks with a single `strictCrypto` flag on both `SignOption` and `EncryptOption`. All modes and key lengths work by default; set `strictCrypto: true` to enforce the approved-algorithms rules. Update tests, externs, type declarations, and docs accordingly. |
||
|---|---|---|
| .. | ||
| compliance-encryption.test.js | ||
| compliance-rsa.test.js | ||
| core.test.js | ||
| sign-integration.test.js | ||
| signer.test.js | ||