|
@@ -24,6 +24,7 @@
|
|
758F3F781992F6CE0014BBDA /* ByteExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* ByteExtension.swift */; };
|
|
758F3F781992F6CE0014BBDA /* ByteExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758F3F771992F6CE0014BBDA /* ByteExtension.swift */; };
|
|
7599C9C6199EA28700A3988B /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* StringExtension.swift */; };
|
|
7599C9C6199EA28700A3988B /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7599C9C5199EA28700A3988B /* StringExtension.swift */; };
|
|
75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
|
|
75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
|
|
|
|
+ 75EB380119ABDD710002375A /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EB380019ABDD710002375A /* ChaCha20.swift */; };
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
/* Begin PBXContainerItemProxy section */
|
|
@@ -111,6 +112,7 @@
|
|
758F3F751992E57D0014BBDA /* Playground */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Playground; path = CryptoSwift/Playground; sourceTree = "<group>"; };
|
|
758F3F751992E57D0014BBDA /* Playground */ = {isa = PBXFileReference; lastKnownFileType = folder; name = Playground; path = CryptoSwift/Playground; sourceTree = "<group>"; };
|
|
758F3F771992F6CE0014BBDA /* ByteExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ByteExtension.swift; sourceTree = "<group>"; };
|
|
758F3F771992F6CE0014BBDA /* ByteExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ByteExtension.swift; sourceTree = "<group>"; };
|
|
7599C9C5199EA28700A3988B /* StringExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
|
|
7599C9C5199EA28700A3988B /* StringExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
|
|
|
|
+ 75EB380019ABDD710002375A /* ChaCha20.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20.swift; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
@@ -171,6 +173,7 @@
|
|
750A545F1992D2680017DA75 /* MD5.swift */,
|
|
750A545F1992D2680017DA75 /* MD5.swift */,
|
|
752E087A199FF27C005B0EA0 /* SHA1.swift */,
|
|
752E087A199FF27C005B0EA0 /* SHA1.swift */,
|
|
75153D4119AA3C7900750381 /* SHA2.swift */,
|
|
75153D4119AA3C7900750381 /* SHA2.swift */,
|
|
|
|
+ 75EB380019ABDD710002375A /* ChaCha20.swift */,
|
|
758F3F771992F6CE0014BBDA /* ByteExtension.swift */,
|
|
758F3F771992F6CE0014BBDA /* ByteExtension.swift */,
|
|
7547195019931802002FA5F1 /* IntExtension.swift */,
|
|
7547195019931802002FA5F1 /* IntExtension.swift */,
|
|
752DEF7619693EA000E17557 /* NSDataExtension.swift */,
|
|
752DEF7619693EA000E17557 /* NSDataExtension.swift */,
|
|
@@ -326,6 +329,7 @@
|
|
7552614E1993051E000D2B20 /* CryptoHash.swift in Sources */,
|
|
7552614E1993051E000D2B20 /* CryptoHash.swift in Sources */,
|
|
7599C9C6199EA28700A3988B /* StringExtension.swift in Sources */,
|
|
7599C9C6199EA28700A3988B /* StringExtension.swift in Sources */,
|
|
752E087B199FF27C005B0EA0 /* SHA1.swift in Sources */,
|
|
752E087B199FF27C005B0EA0 /* SHA1.swift in Sources */,
|
|
|
|
+ 75EB380119ABDD710002375A /* ChaCha20.swift in Sources */,
|
|
750A54601992D2680017DA75 /* MD5.swift in Sources */,
|
|
750A54601992D2680017DA75 /* MD5.swift in Sources */,
|
|
752DEF7719693EA000E17557 /* NSDataExtension.swift in Sources */,
|
|
752DEF7719693EA000E17557 /* NSDataExtension.swift in Sources */,
|
|
754C8FED19979F94005AD904 /* ArrayExtension.swift in Sources */,
|
|
754C8FED19979F94005AD904 /* ArrayExtension.swift in Sources */,
|