Skip to content

Releases: krzyzanowskim/CryptoSwift

1.4.2

28 Sep 22:09
4b05653
Compare
Choose a tag to compare
  • Update Xcode project to Xcode 13
  • Add SHA3 support for HMAC (@R4v3nPr0)
  • Update HMAC.Variant API (deprecate current cases)

1.4.1

10 Jul 10:24
8d4f638
Compare
Choose a tag to compare
  • Introduce ISO 10126 padding
  • fix various compiler warnings
  • Revert Xcode project deployment target

1.4.0

27 Apr 10:46
4e31051
Compare
Choose a tag to compare
  • Customize CFB segment size (cfb8, cfb128).
  • Adapt Swift @inlineable for better code optimization

Back to Sources

01 Dec 16:58
5669f22
Compare
Choose a tag to compare
  • Revert xcframework revolution. Back to build from sources. (I'm sorry)

1.3.7

27 Nov 16:16
32735fc
Compare
Choose a tag to compare
Hopefully please SPM gods this time

1.3.6

22 Nov 16:09
1e6c6ea
Compare
Choose a tag to compare
  • Fix macOS binary
  • Windows support

1.3.5

15 Nov 22:18
04500de
Compare
Choose a tag to compare
  • Re-release binary framework due to codesign issue

1.3.4 - binary distribution

15 Nov 02:22
10443d8
Compare
Choose a tag to compare
  • Distribute optimized binary (xcframework) via SPM for Apple platforms

1.3.3

14 Nov 00:06
e2bc81b
Compare
Choose a tag to compare
  • Adds OCB Authenticated-Encryption Algorithm (RFC7253)
  • build-framework.sh output CryptoSwift.xcframework
  • Xcode 12.2 maintenance updates
  • Removed CryptoSwift.playground (couldn't make it work since Xcode 12 update)

1.3.2

17 Sep 23:21
af1b58f
Compare
Choose a tag to compare
  • Swift 5.3 update (Xcode 12)
  • Bump target platform (iOS 9, macOS 10.12)
  • Allow CMAC with any Cipher #809
  • Remove CMAC key limit #809