Releases: krzyzanowskim/CryptoSwift
Releases · krzyzanowskim/CryptoSwift
1.8.3
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
1.7.2
1.7.2
1.7.1
1.7.1
1.7.0
1.7.0
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