|
@@ -24,13 +24,10 @@
|
|
|
75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
|
|
|
75164E4919AD30AC00737F30 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75164E4819AD30AC00737F30 /* Utils.swift */; };
|
|
|
751C5C3D19B26B000094C75D /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751C5C3C19B26B000094C75D /* Poly1305.swift */; };
|
|
|
- 753403F31BB8864F0039099C /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753403F21BB8864F0039099C /* Utils+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
- 753403F51BB892ED0039099C /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753403F41BB892ED0039099C /* Array<UInt8>+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
753403F71BB898470039099C /* Array<UInt8>+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753403F61BB898470039099C /* Array<UInt8>+Extension.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
7539E3291B3B4A530037F4E1 /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750A545F1992D2680017DA75 /* MD5.swift */; };
|
|
|
- 7539E32A1B3B4C480037F4E1 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752DEF7619693EA000E17557 /* NSData+Extension.swift */; };
|
|
|
7539E32B1B3B4C6B0037F4E1 /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94251A65AEB100E46135 /* HMAC.swift */; };
|
|
|
- 7539E32C1B3B4C750037F4E1 /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* StringExtension.swift */; };
|
|
|
+ 7539E32C1B3B4C750037F4E1 /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* String+Extension.swift */; };
|
|
|
7539E32D1B3B4E950037F4E1 /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 752E087A199FF27C005B0EA0 /* SHA1.swift */; };
|
|
|
7539E32E1B3B4E970037F4E1 /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75153D4119AA3C7900750381 /* SHA2.swift */; };
|
|
|
7547195119931802002FA5F1 /* IntExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7547195019931802002FA5F1 /* IntExtension.swift */; };
|
|
@@ -61,12 +58,15 @@
|
|
|
75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */; };
|
|
|
75D63F751BB711270041579B /* BytesSequence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F741BB711270041579B /* BytesSequence.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
75D63F771BB840050041579B /* ArraySlice<UInt8>+Bytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
- 75D63F791BB86F6E0041579B /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F781BB86F6E0041579B /* ChaCha20+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
- 75D63F7B1BB86F9C0041579B /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D63F7A1BB86F9C0041579B /* AES+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
75D94E2419B60C08007CB2A4 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2319B60C08007CB2A4 /* Operators.swift */; };
|
|
|
75D94E2619B60C4F007CB2A4 /* UInt32Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */; };
|
|
|
75D94E2819B60DDE007CB2A4 /* UInt64Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */; };
|
|
|
75EB380119ABDD710002375A /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
|
|
|
+ 75FB9C9A1BB8A4BD009CAFC5 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 75FB9C9B1BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 75FB9C9C1BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 75FB9C9D1BB8A4BD009CAFC5 /* NSData+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 75FB9C9E1BB8A4BD009CAFC5 /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */; settings = {ASSET_TAGS = (); }; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -139,10 +139,7 @@
|
|
|
75153D4119AA3C7900750381 /* SHA2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SHA2.swift; sourceTree = "<group>"; };
|
|
|
75164E4819AD30AC00737F30 /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
|
|
751C5C3C19B26B000094C75D /* Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305.swift; sourceTree = "<group>"; };
|
|
|
- 752DEF7619693EA000E17557 /* NSData+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSData+Extension.swift"; sourceTree = "<group>"; };
|
|
|
752E087A199FF27C005B0EA0 /* SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SHA1.swift; sourceTree = "<group>"; };
|
|
|
- 753403F21BB8864F0039099C /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
- 753403F41BB892ED0039099C /* Array<UInt8>+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array<UInt8>+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
753403F61BB898470039099C /* Array<UInt8>+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array<UInt8>+Extension.swift"; sourceTree = "<group>"; };
|
|
|
75445820196AA2A5002FF20E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
|
|
|
7547195019931802002FA5F1 /* IntExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntExtension.swift; sourceTree = "<group>"; };
|
|
@@ -169,7 +166,7 @@
|
|
|
758C764019B61AE500653BC6 /* Generics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Generics.swift; sourceTree = "<group>"; };
|
|
|
758C764219B61DE900653BC6 /* UInt16Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt16Extension.swift; sourceTree = "<group>"; };
|
|
|
758F3F771992F6CE0014BBDA /* UInt8Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt8Extension.swift; sourceTree = "<group>"; };
|
|
|
- 7599C9C5199EA28700A3988B /* StringExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
|
|
|
+ 7599C9C5199EA28700A3988B /* String+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
|
|
|
759D481019B517BC005FF7FC /* BitExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BitExtension.swift; sourceTree = "<group>"; };
|
|
|
75A663A51AA0CAD00052110B /* Padding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Padding.swift; sourceTree = "<group>"; };
|
|
|
75A74B261A1FF6B2004419F1 /* AES.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AES.swift; sourceTree = "<group>"; };
|
|
@@ -178,12 +175,15 @@
|
|
|
75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IntegerConvertible.swift; sourceTree = "<group>"; };
|
|
|
75D63F741BB711270041579B /* BytesSequence.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BytesSequence.swift; sourceTree = "<group>"; };
|
|
|
75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ArraySlice<UInt8>+Bytes.swift"; sourceTree = "<group>"; };
|
|
|
- 75D63F781BB86F6E0041579B /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
- 75D63F7A1BB86F9C0041579B /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AES+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
75D94E2319B60C08007CB2A4 /* Operators.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = "<group>"; };
|
|
|
75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt32Extension.swift; sourceTree = "<group>"; };
|
|
|
75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt64Extension.swift; sourceTree = "<group>"; };
|
|
|
75EB380019ABDD710002375A /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20.swift; sourceTree = "<group>"; };
|
|
|
+ 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AES+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
+ 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array<UInt8>+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
+ 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
+ 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSData+Extension.swift"; sourceTree = "<group>"; };
|
|
|
+ 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -235,6 +235,7 @@
|
|
|
754BE45719693E190098E6F3 /* CryptoSwift */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 75FB9C941BB8A4BD009CAFC5 /* Foundation */,
|
|
|
7552614D1993051E000D2B20 /* Hash.swift */,
|
|
|
7563B2E719B14D4300B152CD /* Cipher.swift */,
|
|
|
75BC3AE21A4E412000ADF343 /* CipherBlockMode.swift */,
|
|
@@ -248,26 +249,21 @@
|
|
|
75153D4119AA3C7900750381 /* SHA2.swift */,
|
|
|
757EF7F419AAA82400586276 /* CRC.swift */,
|
|
|
75EB380019ABDD710002375A /* ChaCha20.swift */,
|
|
|
- 75D63F781BB86F6E0041579B /* ChaCha20+Foundation.swift */,
|
|
|
751C5C3C19B26B000094C75D /* Poly1305.swift */,
|
|
|
758A94251A65AEB100E46135 /* HMAC.swift */,
|
|
|
75A74B261A1FF6B2004419F1 /* AES.swift */,
|
|
|
- 75D63F7A1BB86F9C0041579B /* AES+Foundation.swift */,
|
|
|
759D481019B517BC005FF7FC /* BitExtension.swift */,
|
|
|
- 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */,
|
|
|
7547195019931802002FA5F1 /* IntExtension.swift */,
|
|
|
+ 758F3F771992F6CE0014BBDA /* UInt8Extension.swift */,
|
|
|
758C764219B61DE900653BC6 /* UInt16Extension.swift */,
|
|
|
75D94E2519B60C4F007CB2A4 /* UInt32Extension.swift */,
|
|
|
75D94E2719B60DDE007CB2A4 /* UInt64Extension.swift */,
|
|
|
- 752DEF7619693EA000E17557 /* NSData+Extension.swift */,
|
|
|
754C8FEC19979F94005AD904 /* Array+Extension.swift */,
|
|
|
753403F61BB898470039099C /* Array<UInt8>+Extension.swift */,
|
|
|
- 753403F41BB892ED0039099C /* Array<UInt8>+Foundation.swift */,
|
|
|
75D63F761BB840050041579B /* ArraySlice<UInt8>+Bytes.swift */,
|
|
|
- 7599C9C5199EA28700A3988B /* StringExtension.swift */,
|
|
|
+ 7599C9C5199EA28700A3988B /* String+Extension.swift */,
|
|
|
75D94E2319B60C08007CB2A4 /* Operators.swift */,
|
|
|
75164E4819AD30AC00737F30 /* Utils.swift */,
|
|
|
- 753403F21BB8864F0039099C /* Utils+Foundation.swift */,
|
|
|
758C764019B61AE500653BC6 /* Generics.swift */,
|
|
|
75BE4EB01B1E4A9F007A2B57 /* IntegerConvertible.swift */,
|
|
|
75D63F741BB711270041579B /* BytesSequence.swift */,
|
|
@@ -309,6 +305,18 @@
|
|
|
name = "Supporting Files";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 75FB9C941BB8A4BD009CAFC5 /* Foundation */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 75FB9C951BB8A4BD009CAFC5 /* AES+Foundation.swift */,
|
|
|
+ 75FB9C961BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift */,
|
|
|
+ 75FB9C971BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift */,
|
|
|
+ 75FB9C981BB8A4BD009CAFC5 /* NSData+Extension.swift */,
|
|
|
+ 75FB9C991BB8A4BD009CAFC5 /* Utils+Foundation.swift */,
|
|
|
+ );
|
|
|
+ path = Foundation;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
@@ -448,27 +456,28 @@
|
|
|
75D94E2819B60DDE007CB2A4 /* UInt64Extension.swift in Sources */,
|
|
|
751C5C3D19B26B000094C75D /* Poly1305.swift in Sources */,
|
|
|
7552614E1993051E000D2B20 /* Hash.swift in Sources */,
|
|
|
- 753403F51BB892ED0039099C /* Array<UInt8>+Foundation.swift in Sources */,
|
|
|
75BC3AE31A4E412000ADF343 /* CipherBlockMode.swift in Sources */,
|
|
|
75BE4EB11B1E4A9F007A2B57 /* IntegerConvertible.swift in Sources */,
|
|
|
7539E32E1B3B4E970037F4E1 /* SHA2.swift in Sources */,
|
|
|
- 7539E32C1B3B4C750037F4E1 /* StringExtension.swift in Sources */,
|
|
|
+ 7539E32C1B3B4C750037F4E1 /* String+Extension.swift in Sources */,
|
|
|
7563B2E819B14D4300B152CD /* Cipher.swift in Sources */,
|
|
|
7539E32B1B3B4C6B0037F4E1 /* HMAC.swift in Sources */,
|
|
|
- 7539E32A1B3B4C480037F4E1 /* NSData+Extension.swift in Sources */,
|
|
|
75EB380119ABDD710002375A /* ChaCha20.swift in Sources */,
|
|
|
+ 75FB9C9A1BB8A4BD009CAFC5 /* AES+Foundation.swift in Sources */,
|
|
|
75A663A61AA0CAD00052110B /* Padding.swift in Sources */,
|
|
|
75164E4919AD30AC00737F30 /* Utils.swift in Sources */,
|
|
|
75D63F751BB711270041579B /* BytesSequence.swift in Sources */,
|
|
|
+ 75FB9C9C1BB8A4BD009CAFC5 /* ChaCha20+Foundation.swift in Sources */,
|
|
|
759D481119B517BC005FF7FC /* BitExtension.swift in Sources */,
|
|
|
754C8FED19979F94005AD904 /* Array+Extension.swift in Sources */,
|
|
|
7539E3291B3B4A530037F4E1 /* MD5.swift in Sources */,
|
|
|
+ 75FB9C9B1BB8A4BD009CAFC5 /* Array<UInt8>+Foundation.swift in Sources */,
|
|
|
7547195119931802002FA5F1 /* IntExtension.swift in Sources */,
|
|
|
758C764319B61DE900653BC6 /* UInt16Extension.swift in Sources */,
|
|
|
- 75D63F7B1BB86F9C0041579B /* AES+Foundation.swift in Sources */,
|
|
|
- 75D63F791BB86F6E0041579B /* ChaCha20+Foundation.swift in Sources */,
|
|
|
75D94E2419B60C08007CB2A4 /* Operators.swift in Sources */,
|
|
|
+ 75FB9C9D1BB8A4BD009CAFC5 /* NSData+Extension.swift in Sources */,
|
|
|
7539E32D1B3B4E950037F4E1 /* SHA1.swift in Sources */,
|
|
|
+ 75FB9C9E1BB8A4BD009CAFC5 /* Utils+Foundation.swift in Sources */,
|
|
|
75B0A5701AB1A1BB000BD8D2 /* PKCS5.swift in Sources */,
|
|
|
757EF7F519AAA82400586276 /* CRC.swift in Sources */,
|
|
|
75D94E2619B60C4F007CB2A4 /* UInt32Extension.swift in Sources */,
|
|
@@ -480,7 +489,6 @@
|
|
|
754DD76E19A149AF00E52288 /* HashProtocol.swift in Sources */,
|
|
|
758C764119B61AE500653BC6 /* Generics.swift in Sources */,
|
|
|
758F3F781992F6CE0014BBDA /* UInt8Extension.swift in Sources */,
|
|
|
- 753403F31BB8864F0039099C /* Utils+Foundation.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|