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 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Submodule CryptoSwift updated 45 files
- .swift-version+1-1
- CHANGELOG+10
- CryptoSwift.podspec+1-1
- CryptoSwift.xcodeproj/project.pbxproj+35-17
- Package.swift+1-3
- README.md+7-6
- Sources/CryptoSwift/AES.swift+20-6
- Sources/CryptoSwift/BlockMode/CTR.swift+1-1
- Sources/CryptoSwift/CSArrayType+Extensions.swift+5-1
- Sources/CryptoSwift/Collection+Extension.swift+5-3
- Sources/CryptoSwift/Cryptors.swift+5-5
- Sources/CryptoSwift/Digest.swift+14-5
- Sources/CryptoSwift/Foundation/Data+Extension.swift+21-27
- Sources/CryptoSwift/Generics.swift+7-5
- Sources/CryptoSwift/HMAC.swift+6-6
- Sources/CryptoSwift/Info.plist+1-1
- Sources/CryptoSwift/Int+Extension.swift+6-71
- Sources/CryptoSwift/MD5.swift+3-3
- Sources/CryptoSwift/Multiplatform.swift-22
- Sources/CryptoSwift/Operators.swift+2-6
- Sources/CryptoSwift/PKCS5/PBKDF1.swift+2-2
- Sources/CryptoSwift/PKCS5/PBKDF2.swift+11-8
- Sources/CryptoSwift/RandomBytesSequence.swift+43
- Sources/CryptoSwift/SHA1.swift+113-81
- Sources/CryptoSwift/SHA2.swift+212-177
- Sources/CryptoSwift/SHA3.swift+276
- Sources/CryptoSwift/SecureBytes.swift+1-1
- Sources/CryptoSwift/String+Extension.swift+4-6
- Sources/CryptoSwift/UInt16+Extension.swift+10-1
- Sources/CryptoSwift/UInt32+Extension.swift+12-82
- Sources/CryptoSwift/UInt64+Extension.swift+15-1
- Sources/CryptoSwift/UInt8+Extension.swift+1-36
- Sources/CryptoSwift/Utils.swift+1-1
- Tests/CryptoSwiftTests/AESTests.swift+58-41
- Tests/CryptoSwiftTests/Access.swift+11-1
- Tests/CryptoSwiftTests/ChaCha20Tests.swift+23-7
- Tests/CryptoSwiftTests/CommonCryptoTests.swift-26
- Tests/CryptoSwiftTests/DigestTests.swift+89-49
- Tests/CryptoSwiftTests/ExtensionsTest.swift+32-58
- Tests/CryptoSwiftTests/Helpers.swift-19
- Tests/CryptoSwiftTests/PBKDF.swift+25-4
- Tests/CryptoSwiftTests/RabbitTests.swift+22-8
- Tests/CryptoSwiftTests/RandomBytesSequenceTests.swift+24
- Tests/LinuxMain.swift+6-5
- scripts/CI.sh+1-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
|
0 commit comments