|
| 1 | +[](http://cocoadocs.org/docsets/CryptoSwift) |
| 2 | +[](#swift-versions-support) |
| 3 | +[](https://cocoapods.org/pods/CryptoSwift) |
| 4 | +[](https://github.com/apple/swift-package-manager) |
| 5 | +[](https://github.com/apple/swift-package-manager) |
| 6 | +[](http://twitter.com/krzyzanowskim) |
| 7 | + |
1 | 8 | # CryptoSwift |
2 | 9 |
|
3 | | -Crypto related functions and helpers for [Swift](https://developer.apple.com/swift/) implemented in Swift. ([#PureSwift](https://twitter.com/hashtag/pureswift)) |
| 10 | +Crypto related functions and helpers for [Swift](https://swift.org) implemented in Swift. ([#PureSwift](https://twitter.com/hashtag/pureswift)) |
4 | 11 |
|
5 | 12 | # Table of Contents |
6 | 13 | - [Requirements](#requirements) |
7 | 14 | - [Features](#features) |
8 | 15 | - [Contribution](#contribution) |
9 | 16 | - [Installation](#installation) |
| 17 | +- [Swift versions](#swift-versions-support) |
10 | 18 | - [Usage](#usage) |
11 | 19 | - [Author](#author) |
12 | 20 | - [License](#license) |
@@ -96,11 +104,14 @@ Sometimes "embedded framework" option is not available. In that case, you have t |
96 | 104 | In the project, you'll find [single scheme](http://promisekit.org/news/2016/08/Multiplatform-Single-Scheme-Xcode-Projects/) for all platforms: |
97 | 105 | - CryptoSwift |
98 | 106 |
|
99 | | -#### Older Swift versions |
| 107 | +#### Swift versions support |
100 | 108 |
|
101 | 109 | - Swift 1.2: branch [swift12](https://github.com/krzyzanowskim/CryptoSwift/tree/swift12) version <= 0.0.13 |
102 | 110 | - Swift 2.1: branch [swift21](https://github.com/krzyzanowskim/CryptoSwift/tree/swift21) version <= 0.2.3 |
103 | 111 | - Swift 2.2, 2.3: branch [swift2](https://github.com/krzyzanowskim/CryptoSwift/tree/swift2) version <= 0.5.2 |
| 112 | +- Swift 3.1, branch [master](https://github.com/krzyzanowskim/CryptoSwift/tree/master) |
| 113 | +- Swift 3.2, branch [develop](https://github.com/krzyzanowskim/CryptoSwift/tree/develop) |
| 114 | +- Swift 4.0, branch [swift4](https://github.com/krzyzanowskim/CryptoSwift/tree/swift4) |
104 | 115 |
|
105 | 116 | #### CocoaPods |
106 | 117 |
|
@@ -146,7 +157,7 @@ See: [Package.swift - manual](http://blog.krzyzanowskim.com/2016/08/09/package-s |
146 | 157 |
|
147 | 158 | * [Basics (data types, conversion, ...)](#basics) |
148 | 159 | * [Digest (MD5, SHA...)](#calculate-digest) |
149 | | -* [Message authenticators (HMAC...)](#message-authenticators) |
| 160 | +* [Message authenticators (HMAC...)](#message-authenticators-1) |
150 | 161 | * [Password-Based Key Derivation Function (PBKDF2, ...)](#password-based-key-derivation-functions) |
151 | 162 | * [Data Padding](#data-padding) |
152 | 163 | * [ChaCha20](#chacha20) |
@@ -378,7 +389,7 @@ You can follow me on Twitter at [@krzyzanowskim](http://twitter.com/krzyzanowski |
378 | 389 |
|
379 | 390 | ## License |
380 | 391 |
|
381 | | -Copyright (C) 2014- 2016 Marcin Krzyżanowski <[email protected]> |
| 392 | +Copyright (C) 2014- 2017 Marcin Krzyżanowski <[email protected]> |
382 | 393 | This software is provided 'as-is', without any express or implied warranty. |
383 | 394 |
|
384 | 395 | In no event will the authors be held liable for any damages arising from the use of this software. |
|
0 commit comments