krzyzanowskim/CryptoSwift
 Watch   
 Star   
 Fork   
2024-08-06 01:12:37
CryptoSwift

1.8.3

  • Remove whitespace from the filename to please bazel build system #1048
2024-04-12 04:08:46
CryptoSwift

1.8.2

  • Enable VisionOS as supported platform for Xcode project and SwiftPM package
  • Tweak CocoaPods setup for privacy manifest
2024-01-08 07:51:05
CryptoSwift

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
2023-09-05 17:42:56
CryptoSwift

1.8.0

  • Add XChaCha20 and XChaCha20-Poly1305 (@zssz)
2023-06-08 06:26:23
CryptoSwift
2023-04-21 21:47:05
CryptoSwift
2023-03-27 02:21:04
CryptoSwift
2022-09-18 01:05:37
CryptoSwift

1.6.0

  • Improve & extend RSA support with DER (see README for details)
  • Fix Blowfish memory leaks
  • Fix PCBC mode
  • SwiftWasm compatibility
2022-04-25 20:48:15
CryptoSwift

1.5.1

  • Resolve type name clash by renaming BigInt -> BigInteger #917
2022-04-22 18:00:01
CryptoSwift

1.5.0

  • RSA (@NathanFallet)
  • Workaround for Xcode 13.3.1