Skip to content

Releases: krzyzanowskim/CryptoSwift

1.8.2

11 Apr 20:09
1.8.2
c9c3df6
Compare
Choose a tag to compare
  • Enable VisionOS as supported platform for Xcode project and SwiftPM package
  • Tweak CocoaPods setup for privacy manifest

1.8.1

07 Jan 23:54
1.8.1
7892a12
Compare
Choose a tag to compare
  • 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

05 Sep 09:43
1.8.0
db51c40
Compare
Choose a tag to compare
  • Add XChaCha20 and XChaCha20-Poly1305 (@zssz)

1.7.2

07 Jun 22:30
1.7.2
32f641c
Compare
Choose a tag to compare
1.7.2

1.7.1

21 Apr 13:47
1.7.1
eee9ad7
Compare
Choose a tag to compare
1.7.1

1.7.0

14 Apr 23:05
1.7.0
95c18f1
Compare
Choose a tag to compare
1.7.0

1.6.0

17 Sep 18:55
1.6.0
19b3c3c
Compare
Choose a tag to compare
  • Improve & extend RSA support with DER (see README for details)
  • Fix Blowfish memory leaks
  • Fix PCBC mode
  • SwiftWasm compatibility

1.5.1

25 Apr 12:49
1.5.1
039f56c
Compare
Choose a tag to compare
  • Resolve type name clash by renaming BigInt -> BigInteger #917

1.5.0

22 Apr 11:19
1.5.0
4c4662d
Compare
Choose a tag to compare

1.4.3

04 Feb 18:41
1.4.3
12f2389
Compare
Choose a tag to compare
  • Fix PCBC mode.