1.9.0
- test on ubuntu latest by @nathanfallet in https://github.com/krzyzanowskim/CryptoSwift/pull/1074
- docs: Fix typos in comment by @BigTennEd223 in https://github.com/krzyzanowskim/CryptoSwift/pull/1075
- Rename the
bytes
computed property in the extension onData
tobyteArray
by @mluisbrown in https://github.com/krzyzanowskim/CryptoSwift/pull/1076 - fix tests not passing after #1076 by @nathanfallet in https://github.com/krzyzanowskim/CryptoSwift/pull/1077
- @BigTennEd223 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1075
- @mluisbrown made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1076
Full Changelog: https://github.com/krzyzanowskim/CryptoSwift/compare/1.8.5...1.9.0
1.8.5
- Update README.md by @donatik27 in https://github.com/krzyzanowskim/CryptoSwift/pull/1059
- Add Android support by @marcprux in https://github.com/krzyzanowskim/CryptoSwift/pull/1065
- chore: fix some typos in comment by @sunxunle in https://github.com/krzyzanowskim/CryptoSwift/pull/1068
- fix: typos in documentation files by @vtjl10 in https://github.com/krzyzanowskim/CryptoSwift/pull/1066
- fix: typos in documentation files by @kilavvy in https://github.com/krzyzanowskim/CryptoSwift/pull/1071
- docs: fix typos by @RekCuy63 in https://github.com/krzyzanowskim/CryptoSwift/pull/1072
- fix: externalRepresentation condition to validate if key is private should be d not prime by @beatt83 in https://github.com/krzyzanowskim/CryptoSwift/pull/1060
- @donatik27 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1059
- @sunxunle made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1068
- @vtjl10 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1066
- @kilavvy made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1071
- @RekCuy63 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1072
- @beatt83 made their first contribution in https://github.com/krzyzanowskim/CryptoSwift/pull/1060
Full Changelog: https://github.com/krzyzanowskim/CryptoSwift/compare/1.8.4...1.8.5
1.8.4
- Docs fix spelling issues by @nnsW3 in https://github.com/krzyzanowskim/CryptoSwift/pull/1053
- chore: fix some comments by @dropbigfish in https://github.com/krzyzanowskim/CryptoSwift/pull/1050
- docs fix spelling issues by @Guayaba221 in https://github.com/krzyzanowskim/CryptoSwift/pull/1056
- Support for Static Linux SDK Based on Musl Instead of Glibc by @AnneBlair in https://github.com/krzyzanowskim/CryptoSwift/pull/1058
- Use
.sha2(.sha256)
for PBKDF2 in readme by @sjudd in https://github.com/krzyzanowskim/CryptoSwift/pull/1061
Full Changelog: https://github.com/krzyzanowskim/CryptoSwift/compare/1.8.3...1.8.4
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)