|
@@ -17,7 +17,28 @@
|
|
674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674A736E1BF5D85B00866C5B /* RabbitTests.swift */; };
|
|
674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674A736E1BF5D85B00866C5B /* RabbitTests.swift */; };
|
|
6A072FF726CAB3F900F4E94F /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A072FF626CAB3F900F4E94F /* RSA.swift */; };
|
|
6A072FF726CAB3F900F4E94F /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A072FF626CAB3F900F4E94F /* RSA.swift */; };
|
|
6A7CDEED26CD1E4C00FFB1AF /* RSATests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7CDEEC26CD1E4C00FFB1AF /* RSATests.swift */; };
|
|
6A7CDEED26CD1E4C00FFB1AF /* RSATests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7CDEEC26CD1E4C00FFB1AF /* RSATests.swift */; };
|
|
- 6AAD31D426DA33E900C09B53 /* BigInt in Frameworks */ = {isa = PBXBuildFile; productRef = 6AAD31D326DA33E900C09B53 /* BigInt */; };
|
|
|
|
|
|
+ 6AC893F626DB950F00F7E787 /* Addition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E026DB950C00F7E787 /* Addition.swift */; };
|
|
|
|
+ 6AC893F726DB950F00F7E787 /* Square Root.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E126DB950C00F7E787 /* Square Root.swift */; };
|
|
|
|
+ 6AC893F826DB950F00F7E787 /* GCD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E226DB950D00F7E787 /* GCD.swift */; };
|
|
|
|
+ 6AC893F926DB950F00F7E787 /* Comparable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E326DB950D00F7E787 /* Comparable.swift */; };
|
|
|
|
+ 6AC893FA26DB950F00F7E787 /* Hashable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E426DB950D00F7E787 /* Hashable.swift */; };
|
|
|
|
+ 6AC893FB26DB950F00F7E787 /* Bitwise Ops.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E526DB950D00F7E787 /* Bitwise Ops.swift */; };
|
|
|
|
+ 6AC893FC26DB950F00F7E787 /* Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E626DB950D00F7E787 /* Codable.swift */; };
|
|
|
|
+ 6AC893FD26DB950F00F7E787 /* Shifts.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E726DB950D00F7E787 /* Shifts.swift */; };
|
|
|
|
+ 6AC893FE26DB950F00F7E787 /* Prime Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E826DB950D00F7E787 /* Prime Test.swift */; };
|
|
|
|
+ 6AC893FF26DB950F00F7E787 /* Words and Bits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893E926DB950D00F7E787 /* Words and Bits.swift */; };
|
|
|
|
+ 6AC8940026DB950F00F7E787 /* Subtraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893EA26DB950D00F7E787 /* Subtraction.swift */; };
|
|
|
|
+ 6AC8940126DB950F00F7E787 /* Data Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893EB26DB950D00F7E787 /* Data Conversion.swift */; };
|
|
|
|
+ 6AC8940226DB950F00F7E787 /* Multiplication.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893EC26DB950D00F7E787 /* Multiplication.swift */; };
|
|
|
|
+ 6AC8940326DB950F00F7E787 /* Integer Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893ED26DB950E00F7E787 /* Integer Conversion.swift */; };
|
|
|
|
+ 6AC8940426DB950F00F7E787 /* Floating Point Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893EE26DB950E00F7E787 /* Floating Point Conversion.swift */; };
|
|
|
|
+ 6AC8940526DB950F00F7E787 /* Strideable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893EF26DB950E00F7E787 /* Strideable.swift */; };
|
|
|
|
+ 6AC8940626DB950F00F7E787 /* BigInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893F026DB950E00F7E787 /* BigInt.swift */; };
|
|
|
|
+ 6AC8940726DB950F00F7E787 /* Exponentiation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893F126DB950E00F7E787 /* Exponentiation.swift */; };
|
|
|
|
+ 6AC8940826DB950F00F7E787 /* Random.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893F226DB950E00F7E787 /* Random.swift */; };
|
|
|
|
+ 6AC8940926DB950F00F7E787 /* String Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893F326DB950E00F7E787 /* String Conversion.swift */; };
|
|
|
|
+ 6AC8940A26DB950F00F7E787 /* BigUInt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893F426DB950E00F7E787 /* BigUInt.swift */; };
|
|
|
|
+ 6AC8940B26DB950F00F7E787 /* Division.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC893F526DB950E00F7E787 /* Division.swift */; };
|
|
750509991F6BEF2A00394A1B /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750509981F6BEF2A00394A1B /* PKCS7.swift */; };
|
|
750509991F6BEF2A00394A1B /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750509981F6BEF2A00394A1B /* PKCS7.swift */; };
|
|
750CC3EB1DC0CACE0096BE6E /* BlowfishTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */; };
|
|
750CC3EB1DC0CACE0096BE6E /* BlowfishTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */; };
|
|
75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
|
|
75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
|
|
@@ -212,6 +233,28 @@
|
|
674A736E1BF5D85B00866C5B /* RabbitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTests.swift; sourceTree = "<group>"; };
|
|
674A736E1BF5D85B00866C5B /* RabbitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTests.swift; sourceTree = "<group>"; };
|
|
6A072FF626CAB3F900F4E94F /* RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RSA.swift; sourceTree = "<group>"; };
|
|
6A072FF626CAB3F900F4E94F /* RSA.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RSA.swift; sourceTree = "<group>"; };
|
|
6A7CDEEC26CD1E4C00FFB1AF /* RSATests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RSATests.swift; sourceTree = "<group>"; };
|
|
6A7CDEEC26CD1E4C00FFB1AF /* RSATests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RSATests.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E026DB950C00F7E787 /* Addition.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Addition.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E126DB950C00F7E787 /* Square Root.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Square Root.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E226DB950D00F7E787 /* GCD.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GCD.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E326DB950D00F7E787 /* Comparable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Comparable.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E426DB950D00F7E787 /* Hashable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hashable.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E526DB950D00F7E787 /* Bitwise Ops.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Bitwise Ops.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E626DB950D00F7E787 /* Codable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Codable.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E726DB950D00F7E787 /* Shifts.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Shifts.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E826DB950D00F7E787 /* Prime Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Prime Test.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893E926DB950D00F7E787 /* Words and Bits.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Words and Bits.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893EA26DB950D00F7E787 /* Subtraction.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Subtraction.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893EB26DB950D00F7E787 /* Data Conversion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Data Conversion.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893EC26DB950D00F7E787 /* Multiplication.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Multiplication.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893ED26DB950E00F7E787 /* Integer Conversion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Integer Conversion.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893EE26DB950E00F7E787 /* Floating Point Conversion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Floating Point Conversion.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893EF26DB950E00F7E787 /* Strideable.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Strideable.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893F026DB950E00F7E787 /* BigInt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BigInt.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893F126DB950E00F7E787 /* Exponentiation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Exponentiation.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893F226DB950E00F7E787 /* Random.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Random.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893F326DB950E00F7E787 /* String Conversion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String Conversion.swift"; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893F426DB950E00F7E787 /* BigUInt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BigUInt.swift; sourceTree = "<group>"; };
|
|
|
|
+ 6AC893F526DB950E00F7E787 /* Division.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Division.swift; sourceTree = "<group>"; };
|
|
750509981F6BEF2A00394A1B /* PKCS7.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PKCS7.swift; sourceTree = "<group>"; };
|
|
750509981F6BEF2A00394A1B /* PKCS7.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PKCS7.swift; sourceTree = "<group>"; };
|
|
750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlowfishTests.swift; sourceTree = "<group>"; };
|
|
750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlowfishTests.swift; sourceTree = "<group>"; };
|
|
75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
|
|
75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
|
|
@@ -346,7 +389,6 @@
|
|
isa = PBXFrameworksBuildPhase;
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
files = (
|
|
- 6AAD31D426DA33E900C09B53 /* BigInt in Frameworks */,
|
|
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
};
|
|
@@ -385,6 +427,35 @@
|
|
name = Frameworks;
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ 6AC893DF26DB94F700F7E787 /* BigInt */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ 6AC893E026DB950C00F7E787 /* Addition.swift */,
|
|
|
|
+ 6AC893F026DB950E00F7E787 /* BigInt.swift */,
|
|
|
|
+ 6AC893F426DB950E00F7E787 /* BigUInt.swift */,
|
|
|
|
+ 6AC893E526DB950D00F7E787 /* Bitwise Ops.swift */,
|
|
|
|
+ 6AC893E626DB950D00F7E787 /* Codable.swift */,
|
|
|
|
+ 6AC893E326DB950D00F7E787 /* Comparable.swift */,
|
|
|
|
+ 6AC893EB26DB950D00F7E787 /* Data Conversion.swift */,
|
|
|
|
+ 6AC893F526DB950E00F7E787 /* Division.swift */,
|
|
|
|
+ 6AC893F126DB950E00F7E787 /* Exponentiation.swift */,
|
|
|
|
+ 6AC893EE26DB950E00F7E787 /* Floating Point Conversion.swift */,
|
|
|
|
+ 6AC893E226DB950D00F7E787 /* GCD.swift */,
|
|
|
|
+ 6AC893E426DB950D00F7E787 /* Hashable.swift */,
|
|
|
|
+ 6AC893ED26DB950E00F7E787 /* Integer Conversion.swift */,
|
|
|
|
+ 6AC893EC26DB950D00F7E787 /* Multiplication.swift */,
|
|
|
|
+ 6AC893E826DB950D00F7E787 /* Prime Test.swift */,
|
|
|
|
+ 6AC893F226DB950E00F7E787 /* Random.swift */,
|
|
|
|
+ 6AC893E726DB950D00F7E787 /* Shifts.swift */,
|
|
|
|
+ 6AC893E126DB950C00F7E787 /* Square Root.swift */,
|
|
|
|
+ 6AC893EF26DB950E00F7E787 /* Strideable.swift */,
|
|
|
|
+ 6AC893F326DB950E00F7E787 /* String Conversion.swift */,
|
|
|
|
+ 6AC893EA26DB950D00F7E787 /* Subtraction.swift */,
|
|
|
|
+ 6AC893E926DB950D00F7E787 /* Words and Bits.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = BigInt;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
75211F93207249D8004E41F8 /* CryptoSwift-TestHostApp */ = {
|
|
75211F93207249D8004E41F8 /* CryptoSwift-TestHostApp */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -525,6 +596,7 @@
|
|
75EC52391EE8B6CA0048EB3B /* Array+Extension.swift */,
|
|
75EC52391EE8B6CA0048EB3B /* Array+Extension.swift */,
|
|
75EC523A1EE8B6CA0048EB3B /* Authenticator.swift */,
|
|
75EC523A1EE8B6CA0048EB3B /* Authenticator.swift */,
|
|
75EC523B1EE8B6CA0048EB3B /* BatchedCollection.swift */,
|
|
75EC523B1EE8B6CA0048EB3B /* BatchedCollection.swift */,
|
|
|
|
+ 6AC893DF26DB94F700F7E787 /* BigInt */,
|
|
75EC523C1EE8B6CA0048EB3B /* Bit.swift */,
|
|
75EC523C1EE8B6CA0048EB3B /* Bit.swift */,
|
|
75EC523D1EE8B6CA0048EB3B /* BlockCipher.swift */,
|
|
75EC523D1EE8B6CA0048EB3B /* BlockCipher.swift */,
|
|
75EC523E1EE8B6CA0048EB3B /* BlockMode */,
|
|
75EC523E1EE8B6CA0048EB3B /* BlockMode */,
|
|
@@ -672,7 +744,6 @@
|
|
);
|
|
);
|
|
name = CryptoSwift;
|
|
name = CryptoSwift;
|
|
packageProductDependencies = (
|
|
packageProductDependencies = (
|
|
- 6AAD31D326DA33E900C09B53 /* BigInt */,
|
|
|
|
);
|
|
);
|
|
productName = CryptoSwift;
|
|
productName = CryptoSwift;
|
|
productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
|
|
productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
|
|
@@ -781,7 +852,6 @@
|
|
);
|
|
);
|
|
mainGroup = 754BE44B19693E190098E6F3;
|
|
mainGroup = 754BE44B19693E190098E6F3;
|
|
packageReferences = (
|
|
packageReferences = (
|
|
- 6AAD31D226DA33E900C09B53 /* XCRemoteSwiftPackageReference "BigInt" */,
|
|
|
|
);
|
|
);
|
|
productRefGroup = 754BE45619693E190098E6F3 /* Products */;
|
|
productRefGroup = 754BE45619693E190098E6F3 /* Products */;
|
|
projectDirPath = "";
|
|
projectDirPath = "";
|
|
@@ -849,8 +919,11 @@
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
files = (
|
|
42012783267A6F1C00F82506 /* ISO10126Padding.swift in Sources */,
|
|
42012783267A6F1C00F82506 /* ISO10126Padding.swift in Sources */,
|
|
|
|
+ 6AC8940926DB950F00F7E787 /* String Conversion.swift in Sources */,
|
|
|
|
+ 6AC8940226DB950F00F7E787 /* Multiplication.swift in Sources */,
|
|
0AF023D5230F2B0F008E4E68 /* ISO78164Padding.swift in Sources */,
|
|
0AF023D5230F2B0F008E4E68 /* ISO78164Padding.swift in Sources */,
|
|
75EC52861EE8B8170048EB3B /* CFB.swift in Sources */,
|
|
75EC52861EE8B8170048EB3B /* CFB.swift in Sources */,
|
|
|
|
+ 6AC893FF26DB950F00F7E787 /* Words and Bits.swift in Sources */,
|
|
75EC52901EE8B81A0048EB3B /* Collection+Extension.swift in Sources */,
|
|
75EC52901EE8B81A0048EB3B /* Collection+Extension.swift in Sources */,
|
|
0EE73E71204D598100110E11 /* CMAC.swift in Sources */,
|
|
0EE73E71204D598100110E11 /* CMAC.swift in Sources */,
|
|
7523742D2083C61D0016D662 /* GCM.swift in Sources */,
|
|
7523742D2083C61D0016D662 /* GCM.swift in Sources */,
|
|
@@ -860,15 +933,19 @@
|
|
75EC529F1EE8B8230048EB3B /* HMAC.swift in Sources */,
|
|
75EC529F1EE8B8230048EB3B /* HMAC.swift in Sources */,
|
|
75EC52B91EE8B83D0048EB3B /* ZeroPadding.swift in Sources */,
|
|
75EC52B91EE8B83D0048EB3B /* ZeroPadding.swift in Sources */,
|
|
7529366A20683DFC00195874 /* AEADChaCha20Poly1305.swift in Sources */,
|
|
7529366A20683DFC00195874 /* AEADChaCha20Poly1305.swift in Sources */,
|
|
|
|
+ 6AC893FA26DB950F00F7E787 /* Hashable.swift in Sources */,
|
|
75EC529E1EE8B8230048EB3B /* Generics.swift in Sources */,
|
|
75EC529E1EE8B8230048EB3B /* Generics.swift in Sources */,
|
|
75EC52AA1EE8B83D0048EB3B /* Poly1305.swift in Sources */,
|
|
75EC52AA1EE8B83D0048EB3B /* Poly1305.swift in Sources */,
|
|
75EC52AC1EE8B83D0048EB3B /* Cryptor.swift in Sources */,
|
|
75EC52AC1EE8B83D0048EB3B /* Cryptor.swift in Sources */,
|
|
75EC52821EE8B8170048EB3B /* BlockMode.swift in Sources */,
|
|
75EC52821EE8B8170048EB3B /* BlockMode.swift in Sources */,
|
|
75EC52AE1EE8B83D0048EB3B /* SecureBytes.swift in Sources */,
|
|
75EC52AE1EE8B83D0048EB3B /* SecureBytes.swift in Sources */,
|
|
|
|
+ 6AC893FC26DB950F00F7E787 /* Codable.swift in Sources */,
|
|
|
|
+ 6AC8940126DB950F00F7E787 /* Data Conversion.swift in Sources */,
|
|
75EC528F1EE8B81A0048EB3B /* Cipher.swift in Sources */,
|
|
75EC528F1EE8B81A0048EB3B /* Cipher.swift in Sources */,
|
|
75B3ED79210FA016005D4ADA /* BlockEncryptor.swift in Sources */,
|
|
75B3ED79210FA016005D4ADA /* BlockEncryptor.swift in Sources */,
|
|
75EC52A01EE8B8290048EB3B /* Int+Extension.swift in Sources */,
|
|
75EC52A01EE8B8290048EB3B /* Int+Extension.swift in Sources */,
|
|
75EC52B01EE8B83D0048EB3B /* SHA2.swift in Sources */,
|
|
75EC52B01EE8B83D0048EB3B /* SHA2.swift in Sources */,
|
|
|
|
+ 6AC893F626DB950F00F7E787 /* Addition.swift in Sources */,
|
|
752BED9D208C120D00FC4743 /* Blowfish+Foundation.swift in Sources */,
|
|
752BED9D208C120D00FC4743 /* Blowfish+Foundation.swift in Sources */,
|
|
75EC52B71EE8B83D0048EB3B /* Updatable.swift in Sources */,
|
|
75EC52B71EE8B83D0048EB3B /* Updatable.swift in Sources */,
|
|
75EC528E1EE8B81A0048EB3B /* Checksum.swift in Sources */,
|
|
75EC528E1EE8B81A0048EB3B /* Checksum.swift in Sources */,
|
|
@@ -876,33 +953,45 @@
|
|
75EC52811EE8B8130048EB3B /* BlockCipher.swift in Sources */,
|
|
75EC52811EE8B8130048EB3B /* BlockCipher.swift in Sources */,
|
|
75EC52941EE8B81A0048EB3B /* DigestType.swift in Sources */,
|
|
75EC52941EE8B81A0048EB3B /* DigestType.swift in Sources */,
|
|
75EC529B1EE8B8200048EB3B /* Rabbit+Foundation.swift in Sources */,
|
|
75EC529B1EE8B8200048EB3B /* Rabbit+Foundation.swift in Sources */,
|
|
|
|
+ 6AC893F926DB950F00F7E787 /* Comparable.swift in Sources */,
|
|
756A64C62111083B00BE8805 /* StreamEncryptor.swift in Sources */,
|
|
756A64C62111083B00BE8805 /* StreamEncryptor.swift in Sources */,
|
|
|
|
+ 6AC8940726DB950F00F7E787 /* Exponentiation.swift in Sources */,
|
|
|
|
+ 6AC8940026DB950F00F7E787 /* Subtraction.swift in Sources */,
|
|
75EC52A61EE8B8390048EB3B /* PBKDF1.swift in Sources */,
|
|
75EC52A61EE8B8390048EB3B /* PBKDF1.swift in Sources */,
|
|
|
|
+ 6AC893FB26DB950F00F7E787 /* Bitwise Ops.swift in Sources */,
|
|
75EC52B41EE8B83D0048EB3B /* UInt32+Extension.swift in Sources */,
|
|
75EC52B41EE8B83D0048EB3B /* UInt32+Extension.swift in Sources */,
|
|
|
|
+ 6AC8940526DB950F00F7E787 /* Strideable.swift in Sources */,
|
|
75EC52911EE8B81A0048EB3B /* Cryptors.swift in Sources */,
|
|
75EC52911EE8B81A0048EB3B /* Cryptors.swift in Sources */,
|
|
|
|
+ 6AC893F726DB950F00F7E787 /* Square Root.swift in Sources */,
|
|
75EC52881EE8B8170048EB3B /* ECB.swift in Sources */,
|
|
75EC52881EE8B8170048EB3B /* ECB.swift in Sources */,
|
|
75EC52841EE8B8170048EB3B /* CipherModeWorker.swift in Sources */,
|
|
75EC52841EE8B8170048EB3B /* CipherModeWorker.swift in Sources */,
|
|
75EC52A41EE8B8290048EB3B /* Operators.swift in Sources */,
|
|
75EC52A41EE8B8290048EB3B /* Operators.swift in Sources */,
|
|
75EC529A1EE8B8200048EB3B /* HMAC+Foundation.swift in Sources */,
|
|
75EC529A1EE8B8200048EB3B /* HMAC+Foundation.swift in Sources */,
|
|
|
|
+ 6AC8940826DB950F00F7E787 /* Random.swift in Sources */,
|
|
75EC52B21EE8B83D0048EB3B /* String+Extension.swift in Sources */,
|
|
75EC52B21EE8B83D0048EB3B /* String+Extension.swift in Sources */,
|
|
750509991F6BEF2A00394A1B /* PKCS7.swift in Sources */,
|
|
750509991F6BEF2A00394A1B /* PKCS7.swift in Sources */,
|
|
75EC52B51EE8B83D0048EB3B /* UInt64+Extension.swift in Sources */,
|
|
75EC52B51EE8B83D0048EB3B /* UInt64+Extension.swift in Sources */,
|
|
75EC52AF1EE8B83D0048EB3B /* SHA1.swift in Sources */,
|
|
75EC52AF1EE8B83D0048EB3B /* SHA1.swift in Sources */,
|
|
75EC52801EE8B8130048EB3B /* Bit.swift in Sources */,
|
|
75EC52801EE8B8130048EB3B /* Bit.swift in Sources */,
|
|
|
|
+ 6AC8940326DB950F00F7E787 /* Integer Conversion.swift in Sources */,
|
|
75EC52971EE8B8200048EB3B /* ChaCha20+Foundation.swift in Sources */,
|
|
75EC52971EE8B8200048EB3B /* ChaCha20+Foundation.swift in Sources */,
|
|
75F4E434216C93EF00F09710 /* CCM.swift in Sources */,
|
|
75F4E434216C93EF00F09710 /* CCM.swift in Sources */,
|
|
75EC52871EE8B8170048EB3B /* CTR.swift in Sources */,
|
|
75EC52871EE8B8170048EB3B /* CTR.swift in Sources */,
|
|
|
|
+ 6AC893FD26DB950F00F7E787 /* Shifts.swift in Sources */,
|
|
75EC52A21EE8B8290048EB3B /* MD5.swift in Sources */,
|
|
75EC52A21EE8B8290048EB3B /* MD5.swift in Sources */,
|
|
75EC527C1EE8B8130048EB3B /* AES.swift in Sources */,
|
|
75EC527C1EE8B8130048EB3B /* AES.swift in Sources */,
|
|
752BED9E208C121000FC4743 /* Blowfish.swift in Sources */,
|
|
752BED9E208C121000FC4743 /* Blowfish.swift in Sources */,
|
|
75EC52A91EE8B83D0048EB3B /* PKCS7Padding.swift in Sources */,
|
|
75EC52A91EE8B83D0048EB3B /* PKCS7Padding.swift in Sources */,
|
|
75EC52A51EE8B8290048EB3B /* Padding.swift in Sources */,
|
|
75EC52A51EE8B8290048EB3B /* Padding.swift in Sources */,
|
|
|
|
+ 6AC8940A26DB950F00F7E787 /* BigUInt.swift in Sources */,
|
|
75EC527F1EE8B8130048EB3B /* BatchedCollection.swift in Sources */,
|
|
75EC527F1EE8B8130048EB3B /* BatchedCollection.swift in Sources */,
|
|
75EC52991EE8B8200048EB3B /* Data+Extension.swift in Sources */,
|
|
75EC52991EE8B8200048EB3B /* Data+Extension.swift in Sources */,
|
|
|
|
+ 6AC8940426DB950F00F7E787 /* Floating Point Conversion.swift in Sources */,
|
|
75EC52B61EE8B83D0048EB3B /* UInt8+Extension.swift in Sources */,
|
|
75EC52B61EE8B83D0048EB3B /* UInt8+Extension.swift in Sources */,
|
|
75EC52891EE8B8170048EB3B /* OFB.swift in Sources */,
|
|
75EC52891EE8B8170048EB3B /* OFB.swift in Sources */,
|
|
75EC52831EE8B8170048EB3B /* BlockModeOptions.swift in Sources */,
|
|
75EC52831EE8B8170048EB3B /* BlockModeOptions.swift in Sources */,
|
|
753674072175D012003E32A6 /* StreamDecryptor.swift in Sources */,
|
|
753674072175D012003E32A6 /* StreamDecryptor.swift in Sources */,
|
|
|
|
+ 6AC8940626DB950F00F7E787 /* BigInt.swift in Sources */,
|
|
751EE9781F93996100161FFC /* AES.Cryptors.swift in Sources */,
|
|
751EE9781F93996100161FFC /* AES.Cryptors.swift in Sources */,
|
|
75EC527D1EE8B8130048EB3B /* Array+Extension.swift in Sources */,
|
|
75EC527D1EE8B8130048EB3B /* Array+Extension.swift in Sources */,
|
|
75D7AF38208BFB1600D22BEB /* UInt128.swift in Sources */,
|
|
75D7AF38208BFB1600D22BEB /* UInt128.swift in Sources */,
|
|
@@ -911,11 +1000,13 @@
|
|
1467460F2017BB3600DF04ED /* AEAD.swift in Sources */,
|
|
1467460F2017BB3600DF04ED /* AEAD.swift in Sources */,
|
|
35F3E51C23BF9A6700A024A1 /* OCB.swift in Sources */,
|
|
35F3E51C23BF9A6700A024A1 /* OCB.swift in Sources */,
|
|
6A072FF726CAB3F900F4E94F /* RSA.swift in Sources */,
|
|
6A072FF726CAB3F900F4E94F /* RSA.swift in Sources */,
|
|
|
|
+ 6AC8940B26DB950F00F7E787 /* Division.swift in Sources */,
|
|
75EC528A1EE8B8170048EB3B /* PCBC.swift in Sources */,
|
|
75EC528A1EE8B8170048EB3B /* PCBC.swift in Sources */,
|
|
75EC528D1EE8B81A0048EB3B /* ChaCha20.swift in Sources */,
|
|
75EC528D1EE8B81A0048EB3B /* ChaCha20.swift in Sources */,
|
|
75EC52851EE8B8170048EB3B /* CBC.swift in Sources */,
|
|
75EC52851EE8B8170048EB3B /* CBC.swift in Sources */,
|
|
75EC52A71EE8B8390048EB3B /* PBKDF2.swift in Sources */,
|
|
75EC52A71EE8B8390048EB3B /* PBKDF2.swift in Sources */,
|
|
75EC529D1EE8B8200048EB3B /* Utils+Foundation.swift in Sources */,
|
|
75EC529D1EE8B8200048EB3B /* Utils+Foundation.swift in Sources */,
|
|
|
|
+ 6AC893FE26DB950F00F7E787 /* Prime Test.swift in Sources */,
|
|
75EC527E1EE8B8130048EB3B /* Authenticator.swift in Sources */,
|
|
75EC527E1EE8B8130048EB3B /* Authenticator.swift in Sources */,
|
|
75EC52AB1EE8B83D0048EB3B /* Rabbit.swift in Sources */,
|
|
75EC52AB1EE8B83D0048EB3B /* Rabbit.swift in Sources */,
|
|
75B3ED77210F9DF7005D4ADA /* BlockDecryptor.swift in Sources */,
|
|
75B3ED77210F9DF7005D4ADA /* BlockDecryptor.swift in Sources */,
|
|
@@ -924,6 +1015,7 @@
|
|
75EC52981EE8B8200048EB3B /* Array+Foundation.swift in Sources */,
|
|
75EC52981EE8B8200048EB3B /* Array+Foundation.swift in Sources */,
|
|
75EC52B11EE8B83D0048EB3B /* SHA3.swift in Sources */,
|
|
75EC52B11EE8B83D0048EB3B /* SHA3.swift in Sources */,
|
|
75EC52A31EE8B8290048EB3B /* NoPadding.swift in Sources */,
|
|
75EC52A31EE8B8290048EB3B /* NoPadding.swift in Sources */,
|
|
|
|
+ 6AC893F826DB950F00F7E787 /* GCD.swift in Sources */,
|
|
81F279DD2181F58300449EDA /* Scrypt.swift in Sources */,
|
|
81F279DD2181F58300449EDA /* Scrypt.swift in Sources */,
|
|
75EC52931EE8B81A0048EB3B /* Digest.swift in Sources */,
|
|
75EC52931EE8B81A0048EB3B /* Digest.swift in Sources */,
|
|
);
|
|
);
|
|
@@ -1208,25 +1300,6 @@
|
|
defaultConfigurationName = Release;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
};
|
|
/* End XCConfigurationList section */
|
|
/* End XCConfigurationList section */
|
|
-
|
|
|
|
-/* Begin XCRemoteSwiftPackageReference section */
|
|
|
|
- 6AAD31D226DA33E900C09B53 /* XCRemoteSwiftPackageReference "BigInt" */ = {
|
|
|
|
- isa = XCRemoteSwiftPackageReference;
|
|
|
|
- repositoryURL = "https://github.com/attaswift/BigInt";
|
|
|
|
- requirement = {
|
|
|
|
- kind = upToNextMajorVersion;
|
|
|
|
- minimumVersion = 5.2.1;
|
|
|
|
- };
|
|
|
|
- };
|
|
|
|
-/* End XCRemoteSwiftPackageReference section */
|
|
|
|
-
|
|
|
|
-/* Begin XCSwiftPackageProductDependency section */
|
|
|
|
- 6AAD31D326DA33E900C09B53 /* BigInt */ = {
|
|
|
|
- isa = XCSwiftPackageProductDependency;
|
|
|
|
- package = 6AAD31D226DA33E900C09B53 /* XCRemoteSwiftPackageReference "BigInt" */;
|
|
|
|
- productName = BigInt;
|
|
|
|
- };
|
|
|
|
-/* End XCSwiftPackageProductDependency section */
|
|
|
|
};
|
|
};
|
|
rootObject = 754BE44C19693E190098E6F3 /* Project object */;
|
|
rootObject = 754BE44C19693E190098E6F3 /* Project object */;
|
|
}
|
|
}
|