Releases: krzyzanowskim/CryptoSwift
Releases · krzyzanowskim/CryptoSwift
Release list
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
1.4.3
1.4.2
- Update Xcode project to Xcode 13
- Add SHA3 support for HMAC (@R4v3nPr0)
- Update HMAC.Variant API (deprecate current cases)
1.4.1
- Introduce ISO 10126 padding
- fix various compiler warnings
- Revert Xcode project deployment target
1.4.0
- Customize CFB segment size (cfb8, cfb128).
- Adapt Swift @inlineable for better code optimization
Back to Sources
- Revert xcframework revolution. Back to build from sources. (I'm sorry)