File tree
5 files changed
+5
-5
lines changed- Carthage/Checkouts
5 files changed
+5
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule CryptoSwift updated 48 files
- CHANGELOG+22
- CryptoSwift.podspec+3-3
- CryptoSwift.xcodeproj/project.pbxproj+190-50
- CryptoSwiftTests/AESTests.swift+77-34
- CryptoSwiftTests/ChaCha20Tests.swift+3-4
- CryptoSwiftTests/ExtensionsTest.swift+9-2
- CryptoSwiftTests/PBKDF2Tests.swift+29
- CryptoSwiftTests/PaddingTests.swift+3-3
- README.md+62-39
- Sources/CryptoSwift/AES.swift+53-41
- Sources/CryptoSwift/Array+Extension.swift+2-2
- Sources/CryptoSwift/ArraySliceUInt8+Bytes.swift-42
- Sources/CryptoSwift/Authenticator.swift+2-2
- Sources/CryptoSwift/Bit.swift+18
- Sources/CryptoSwift/BitExtension.swift-17
- Sources/CryptoSwift/BlockCipher.swift+11
- Sources/CryptoSwift/BlockMode/BlockModeGenerator.swift+19
- Sources/CryptoSwift/BlockMode/BlockModeOptions.swift+15
- Sources/CryptoSwift/BlockMode/CBC.swift+64
- Sources/CryptoSwift/BlockMode/CFB.swift+64
- Sources/CryptoSwift/BlockMode/CTR.swift+78
- Sources/CryptoSwift/BlockMode/CipherBlockMode.swift+92
- Sources/CryptoSwift/BlockMode/ECB.swift+36
- Sources/CryptoSwift/BlockMode/OFB.swift+64
- Sources/CryptoSwift/BlockMode/PCBC.swift+64
- Sources/CryptoSwift/BytesSequence.swift+1-10
- Sources/CryptoSwift/CSArrayType+Extensions.swift+5-4
- Sources/CryptoSwift/ChaCha20.swift+2-2
- Sources/CryptoSwift/CipherBlockMode.swift-240
- Sources/CryptoSwift/CipherProtocol.swift+3-3
- Sources/CryptoSwift/Foundation/AES+Foundation.swift+2-2
- Sources/CryptoSwift/Foundation/CSArrayType+Foundation.swift+29
- Sources/CryptoSwift/Foundation/NSData+Extension.swift+2-2
- Sources/CryptoSwift/Foundation/String+FoundationExtension.swift+20-7
- Sources/CryptoSwift/HMAC.swift+3-9
- Sources/CryptoSwift/HashProtocol.swift+2-2
- Sources/CryptoSwift/Info.plist+1-1
- Sources/CryptoSwift/NoPadding.swift+17
- Sources/CryptoSwift/PKCS5.swift-50
- Sources/CryptoSwift/PKCS5/PBKDF2.swift+92
- Sources/CryptoSwift/PKCS5/PKCS5.swift+15
- Sources/CryptoSwift/PKCS7.swift+5-1
- Sources/CryptoSwift/Poly1305.swift+19-25
- Sources/CryptoSwift/Rabbit.swift+18-11
- Sources/CryptoSwift/SHA2.swift+7-2
- Sources/CryptoSwift/SecureBytes.swift+39
- Sources/CryptoSwift/String+Extension.swift+2-2
- build-frameworks.sh-30
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
|
0 commit comments