1.8.3
- Remove whitespace from the filename to please bazel build system #1048
1.8.2
- Enable VisionOS as supported platform for Xcode project and SwiftPM package
- Tweak CocoaPods setup for privacy manifest
1.8.1
- Update publicKeyDER to support exponent of any byte length (@WFrost3)
- Add SHA3 variants for RSA signature verification (@KatrinLomp)
- Throw error on unsupported calls, rather than call fatalError (@AsifSyeed)
- Update PKCS7 padding logic (@matthiasgeihs)
- Add SDK Privacy Manifest - PrivacyInfo.xcprivacy
1.8.0
- Add XChaCha20 and XChaCha20-Poly1305 (@zssz)
1.6.0
- Improve & extend RSA support with DER (see README for details)
- Fix Blowfish memory leaks
- Fix PCBC mode
- SwiftWasm compatibility
1.5.1
- Resolve type name clash by renaming BigInt -> BigInteger #917
1.5.0
- RSA (@NathanFallet)
- Workaround for Xcode 13.3.1