|
@@ -84,10 +84,10 @@
|
|
|
757BC9551C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
|
|
|
757BC9561C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
|
|
|
757BC9571C1CA5790093AAA9 /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9201C1CA5790093AAA9 /* ChaCha20.swift */; };
|
|
|
- 757BC9581C1CA5790093AAA9 /* CipherProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* CipherProtocol.swift */; };
|
|
|
- 757BC9591C1CA5790093AAA9 /* CipherProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* CipherProtocol.swift */; };
|
|
|
- 757BC95A1C1CA5790093AAA9 /* CipherProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* CipherProtocol.swift */; };
|
|
|
- 757BC95B1C1CA5790093AAA9 /* CipherProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* CipherProtocol.swift */; };
|
|
|
+ 757BC9581C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* UpdatableCryptor.swift */; };
|
|
|
+ 757BC9591C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* UpdatableCryptor.swift */; };
|
|
|
+ 757BC95A1C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* UpdatableCryptor.swift */; };
|
|
|
+ 757BC95B1C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9211C1CA5790093AAA9 /* UpdatableCryptor.swift */; };
|
|
|
757BC9601C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
|
|
|
757BC9611C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
|
|
|
757BC9621C1CA5790093AAA9 /* CRC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757BC9231C1CA5790093AAA9 /* CRC.swift */; };
|
|
@@ -223,6 +223,10 @@
|
|
|
75CB934F1C8F609D0087740D /* BlockModeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */; };
|
|
|
75CB93501C8F609D0087740D /* BlockModeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */; };
|
|
|
75CB93511C8F609D0087740D /* BlockModeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75CB934D1C8F609D0087740D /* BlockModeOptions.swift */; };
|
|
|
+ 75D0E05C1CFB9B9400FCEA0E /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */; };
|
|
|
+ 75D0E05D1CFB9B9400FCEA0E /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */; };
|
|
|
+ 75D0E05E1CFB9B9400FCEA0E /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */; };
|
|
|
+ 75D0E05F1CFB9B9400FCEA0E /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */; };
|
|
|
75DB81A31CDBFDC700ED181A /* BlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */; };
|
|
|
75DB81A41CDBFDC700ED181A /* BlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */; };
|
|
|
75DB81A51CDBFDC700ED181A /* BlockModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */; };
|
|
@@ -348,7 +352,7 @@
|
|
|
757BC91D1C1CA5790093AAA9 /* Authenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Authenticator.swift; path = Sources/CryptoSwift/Authenticator.swift; sourceTree = SOURCE_ROOT; };
|
|
|
757BC91F1C1CA5790093AAA9 /* BytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BytesSequence.swift; path = Sources/CryptoSwift/BytesSequence.swift; sourceTree = SOURCE_ROOT; };
|
|
|
757BC9201C1CA5790093AAA9 /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ChaCha20.swift; path = Sources/CryptoSwift/ChaCha20.swift; sourceTree = SOURCE_ROOT; };
|
|
|
- 757BC9211C1CA5790093AAA9 /* CipherProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CipherProtocol.swift; path = Sources/CryptoSwift/CipherProtocol.swift; sourceTree = SOURCE_ROOT; };
|
|
|
+ 757BC9211C1CA5790093AAA9 /* UpdatableCryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UpdatableCryptor.swift; path = Sources/CryptoSwift/UpdatableCryptor.swift; sourceTree = SOURCE_ROOT; };
|
|
|
757BC9231C1CA5790093AAA9 /* CRC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CRC.swift; path = Sources/CryptoSwift/CRC.swift; sourceTree = SOURCE_ROOT; };
|
|
|
757BC9251C1CA5790093AAA9 /* CSArrayType+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "CSArrayType+Extensions.swift"; path = "Sources/CryptoSwift/CSArrayType+Extensions.swift"; sourceTree = SOURCE_ROOT; };
|
|
|
757BC9261C1CA5790093AAA9 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Generics.swift; path = Sources/CryptoSwift/Generics.swift; sourceTree = SOURCE_ROOT; };
|
|
@@ -387,6 +391,7 @@
|
|
|
75CB93431C8F603C0087740D /* CTR.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CTR.swift; path = Sources/CryptoSwift/BlockMode/CTR.swift; sourceTree = SOURCE_ROOT; };
|
|
|
75CB93481C8F60700087740D /* ECB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ECB.swift; path = Sources/CryptoSwift/BlockMode/ECB.swift; sourceTree = SOURCE_ROOT; };
|
|
|
75CB934D1C8F609D0087740D /* BlockModeOptions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockModeOptions.swift; path = Sources/CryptoSwift/BlockMode/BlockModeOptions.swift; sourceTree = SOURCE_ROOT; };
|
|
|
+ 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cipher.swift; path = Sources/CryptoSwift/Cipher.swift; sourceTree = SOURCE_ROOT; };
|
|
|
75D614BF1BD844F2001358B2 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
75DB81A21CDBFDC700ED181A /* BlockModeWorker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BlockModeWorker.swift; path = Sources/CryptoSwift/BlockMode/BlockModeWorker.swift; sourceTree = SOURCE_ROOT; };
|
|
|
75DB81A71CDC06B100ED181A /* Cryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Cryptor.swift; path = Sources/CryptoSwift/Cryptor.swift; sourceTree = SOURCE_ROOT; };
|
|
@@ -585,7 +590,8 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
757F44081CC172B6002B1F85 /* BlockCipher.swift */,
|
|
|
- 757BC9211C1CA5790093AAA9 /* CipherProtocol.swift */,
|
|
|
+ 757BC9211C1CA5790093AAA9 /* UpdatableCryptor.swift */,
|
|
|
+ 75D0E05B1CFB9B9400FCEA0E /* Cipher.swift */,
|
|
|
757BC91A1C1CA5790093AAA9 /* AES.swift */,
|
|
|
757BC9201C1CA5790093AAA9 /* ChaCha20.swift */,
|
|
|
757BC9341C1CA5790093AAA9 /* Rabbit.swift */,
|
|
@@ -829,6 +835,7 @@
|
|
|
757F440F1CC1822B002B1F85 /* SecureBytes.swift in Sources */,
|
|
|
757BC9751C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
|
|
|
757BC9071C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
|
|
|
+ 75D0E05D1CFB9B9400FCEA0E /* Cipher.swift in Sources */,
|
|
|
757BC9851C1CA5790093AAA9 /* IntExtension.swift in Sources */,
|
|
|
757BC9B11C1CA5790093AAA9 /* String+Extension.swift in Sources */,
|
|
|
757BC96D1C1CA5790093AAA9 /* Generics.swift in Sources */,
|
|
@@ -865,7 +872,7 @@
|
|
|
757BC9951C1CA5790093AAA9 /* Padding.swift in Sources */,
|
|
|
80545D141CA9FECD00474A99 /* Bit.swift in Sources */,
|
|
|
757BC9A51C1CA5790093AAA9 /* Rabbit.swift in Sources */,
|
|
|
- 757BC9591C1CA5790093AAA9 /* CipherProtocol.swift in Sources */,
|
|
|
+ 757BC9591C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */,
|
|
|
757BC90B1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */,
|
|
|
757BC9791C1CA5790093AAA9 /* HMAC.swift in Sources */,
|
|
|
75482EAD1CB329DF001F66A5 /* PKCS5.swift in Sources */,
|
|
@@ -889,6 +896,7 @@
|
|
|
757F440E1CC1822B002B1F85 /* SecureBytes.swift in Sources */,
|
|
|
757BC9741C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
|
|
|
757BC90E1C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
|
|
|
+ 75D0E05C1CFB9B9400FCEA0E /* Cipher.swift in Sources */,
|
|
|
757BC9841C1CA5790093AAA9 /* IntExtension.swift in Sources */,
|
|
|
757BC9B01C1CA5790093AAA9 /* String+Extension.swift in Sources */,
|
|
|
757BC96C1C1CA5790093AAA9 /* Generics.swift in Sources */,
|
|
@@ -925,7 +933,7 @@
|
|
|
757BC9941C1CA5790093AAA9 /* Padding.swift in Sources */,
|
|
|
80545D131CA9FECD00474A99 /* Bit.swift in Sources */,
|
|
|
757BC9A41C1CA5790093AAA9 /* Rabbit.swift in Sources */,
|
|
|
- 757BC9581C1CA5790093AAA9 /* CipherProtocol.swift in Sources */,
|
|
|
+ 757BC9581C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */,
|
|
|
757BC9021C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */,
|
|
|
757BC9781C1CA5790093AAA9 /* HMAC.swift in Sources */,
|
|
|
75482EAC1CB329DF001F66A5 /* PKCS5.swift in Sources */,
|
|
@@ -966,6 +974,7 @@
|
|
|
757F44111CC1822B002B1F85 /* SecureBytes.swift in Sources */,
|
|
|
757BC9761C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
|
|
|
757BC9101C1CA56A0093AAA9 /* Rabbit+Foundation.swift in Sources */,
|
|
|
+ 75D0E05F1CFB9B9400FCEA0E /* Cipher.swift in Sources */,
|
|
|
757BC9861C1CA5790093AAA9 /* IntExtension.swift in Sources */,
|
|
|
757BC9B21C1CA5790093AAA9 /* String+Extension.swift in Sources */,
|
|
|
757BC96E1C1CA5790093AAA9 /* Generics.swift in Sources */,
|
|
@@ -1002,7 +1011,7 @@
|
|
|
757BC9961C1CA5790093AAA9 /* Padding.swift in Sources */,
|
|
|
80545D161CA9FECD00474A99 /* Bit.swift in Sources */,
|
|
|
757BC9A61C1CA5790093AAA9 /* Rabbit.swift in Sources */,
|
|
|
- 757BC95A1C1CA5790093AAA9 /* CipherProtocol.swift in Sources */,
|
|
|
+ 757BC95A1C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */,
|
|
|
757BC9041C1CA56A0093AAA9 /* ArrayUInt8+Foundation.swift in Sources */,
|
|
|
757BC97A1C1CA5790093AAA9 /* HMAC.swift in Sources */,
|
|
|
75482EAF1CB329DF001F66A5 /* PKCS5.swift in Sources */,
|
|
@@ -1026,6 +1035,7 @@
|
|
|
757F44101CC1822B002B1F85 /* SecureBytes.swift in Sources */,
|
|
|
757BC9771C1CA5790093AAA9 /* HashProtocol.swift in Sources */,
|
|
|
757BC9091C1CA56A0093AAA9 /* ChaCha20+Foundation.swift in Sources */,
|
|
|
+ 75D0E05E1CFB9B9400FCEA0E /* Cipher.swift in Sources */,
|
|
|
757BC9871C1CA5790093AAA9 /* IntExtension.swift in Sources */,
|
|
|
757BC9B31C1CA5790093AAA9 /* String+Extension.swift in Sources */,
|
|
|
757BC96F1C1CA5790093AAA9 /* Generics.swift in Sources */,
|
|
@@ -1062,7 +1072,7 @@
|
|
|
757BC9971C1CA5790093AAA9 /* Padding.swift in Sources */,
|
|
|
80545D151CA9FECD00474A99 /* Bit.swift in Sources */,
|
|
|
757BC9A71C1CA5790093AAA9 /* Rabbit.swift in Sources */,
|
|
|
- 757BC95B1C1CA5790093AAA9 /* CipherProtocol.swift in Sources */,
|
|
|
+ 757BC95B1C1CA5790093AAA9 /* UpdatableCryptor.swift in Sources */,
|
|
|
757BC90D1C1CA56A0093AAA9 /* NSData+Extension.swift in Sources */,
|
|
|
757BC97B1C1CA5790093AAA9 /* HMAC.swift in Sources */,
|
|
|
75482EAE1CB329DF001F66A5 /* PKCS5.swift in Sources */,
|