project.pbxproj 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 48;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0EE73E71204D598100110E11 /* CMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE73E70204D598100110E11 /* CMAC.swift */; };
  10. 0EE73E74204D59C200110E11 /* CMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0EE73E72204D599C00110E11 /* CMACTests.swift */; };
  11. 14156CE52011422400DDCFBC /* ChaCha20Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14156CE42011422400DDCFBC /* ChaCha20Poly1305Tests.swift */; };
  12. 1467460F2017BB3600DF04ED /* AEAD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1467460E2017BB3600DF04ED /* AEAD.swift */; };
  13. 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 674A736E1BF5D85B00866C5B /* RabbitTests.swift */; };
  14. 750509991F6BEF2A00394A1B /* PKCS7.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750509981F6BEF2A00394A1B /* PKCS7.swift */; };
  15. 750CC3EB1DC0CACE0096BE6E /* BlowfishTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */; };
  16. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */; };
  17. 751EE9781F93996100161FFC /* AES.Cryptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 751EE9771F93996100161FFC /* AES.Cryptors.swift */; };
  18. 75211F95207249D8004E41F8 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75211F94207249D8004E41F8 /* AppDelegate.swift */; };
  19. 7523742D2083C61D0016D662 /* GCM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7523742C2083C61C0016D662 /* GCM.swift */; };
  20. 7529366A20683DFC00195874 /* AEADChaCha20Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7529366920683DFC00195874 /* AEADChaCha20Poly1305.swift */; };
  21. 752BED9D208C120D00FC4743 /* Blowfish+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52541EE8B6CA0048EB3B /* Blowfish+Foundation.swift */; };
  22. 752BED9E208C121000FC4743 /* Blowfish.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52491EE8B6CA0048EB3B /* Blowfish.swift */; };
  23. 752BED9F208C135700FC4743 /* AES+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52531EE8B6CA0048EB3B /* AES+Foundation.swift */; };
  24. 753674072175D012003E32A6 /* StreamDecryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 753674062175D012003E32A6 /* StreamDecryptor.swift */; };
  25. 754310442050111A003FB1DF /* CompactMap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754310432050111A003FB1DF /* CompactMap.swift */; };
  26. 75482EA41CB310B7001F66A5 /* PBKDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75482EA31CB310B7001F66A5 /* PBKDF.swift */; };
  27. 754BE46819693E190098E6F3 /* DigestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 754BE46719693E190098E6F3 /* DigestTests.swift */; };
  28. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755FB1D9199E347D00475437 /* ExtensionsTest.swift */; };
  29. 7564F0522072EAEB00CA5A96 /* PBKDFPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F6207290F8006688F8 /* PBKDFPerf.swift */; };
  30. 7564F0532072EAEB00CA5A96 /* ChaCha20TestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F020728EAB006688F8 /* ChaCha20TestsPerf.swift */; };
  31. 7564F0542072EAEB00CA5A96 /* RabbitTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F220728F00006688F8 /* RabbitTestsPerf.swift */; };
  32. 7564F0552072EAEB00CA5A96 /* ExtensionsTestPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F420729069006688F8 /* ExtensionsTestPerf.swift */; };
  33. 7564F0562072EAEB00CA5A96 /* DigestTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6EB20726319006688F8 /* DigestTestsPerf.swift */; };
  34. 7564F0572072EAEB00CA5A96 /* TestsPerformance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7595C14C2072E48C00EA1A5F /* TestsPerformance.swift */; };
  35. 7564F0582072EAEB00CA5A96 /* AESTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6EE20726422006688F8 /* AESTestsPerf.swift */; };
  36. 7564F05A2072EAEB00CA5A96 /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  37. 7564F0642072ED7000CA5A96 /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  38. 7564F0652072ED7000CA5A96 /* CryptoSwift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  39. 756A64C62111083B00BE8805 /* StreamEncryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 756A64C52111083B00BE8805 /* StreamEncryptor.swift */; };
  40. 7576F64D20725BD6006688F8 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7576F64C20725BD5006688F8 /* Default-568h@2x.png */; };
  41. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */; };
  42. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2541A4ED408002BA3EF /* AESTests.swift */; };
  43. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */; };
  44. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A94271A65C59200E46135 /* HMACTests.swift */; };
  45. 758F95AB2072E8E20080D664 /* Bridging.h in Headers */ = {isa = PBXBuildFile; fileRef = 758F95AA2072E8E10080D664 /* Bridging.h */; };
  46. 7594CCBC217A76DC0055C95D /* AESCCMTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755E0303217A756F00065FC6 /* AESCCMTests.swift */; };
  47. 7595C14D2072E48C00EA1A5F /* TestsPerformance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7595C14C2072E48C00EA1A5F /* TestsPerformance.swift */; };
  48. 7595C1582072E5B900EA1A5F /* DigestTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6EB20726319006688F8 /* DigestTestsPerf.swift */; };
  49. 7595C1592072E5B900EA1A5F /* AESTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6EE20726422006688F8 /* AESTestsPerf.swift */; };
  50. 7595C15A2072E5B900EA1A5F /* ChaCha20TestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F020728EAB006688F8 /* ChaCha20TestsPerf.swift */; };
  51. 7595C15B2072E5B900EA1A5F /* RabbitTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F220728F00006688F8 /* RabbitTestsPerf.swift */; };
  52. 7595C15C2072E5B900EA1A5F /* ExtensionsTestPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F420729069006688F8 /* ExtensionsTestPerf.swift */; };
  53. 7595C15D2072E5B900EA1A5F /* PBKDFPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7576F6F6207290F8006688F8 /* PBKDFPerf.swift */; };
  54. 7595C1602072E64900EA1A5F /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  55. 75B3ED77210F9DF7005D4ADA /* BlockDecryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B3ED76210F9DF7005D4ADA /* BlockDecryptor.swift */; };
  56. 75B3ED79210FA016005D4ADA /* BlockEncryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B3ED78210FA016005D4ADA /* BlockEncryptor.swift */; };
  57. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754BE45519693E190098E6F3 /* CryptoSwift.framework */; };
  58. 75C2E76D1D55F097003D2BCA /* Access.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75C2E76C1D55F097003D2BCA /* Access.swift */; };
  59. 75D7AF38208BFB1600D22BEB /* UInt128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75D7AF37208BFB1600D22BEB /* UInt128.swift */; };
  60. 75EC527B1EE8B73A0048EB3B /* CryptoSwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 75EC527A1EE8B6CA0048EB3B /* CryptoSwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
  61. 75EC527C1EE8B8130048EB3B /* AES.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52381EE8B6CA0048EB3B /* AES.swift */; };
  62. 75EC527D1EE8B8130048EB3B /* Array+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52391EE8B6CA0048EB3B /* Array+Extension.swift */; };
  63. 75EC527E1EE8B8130048EB3B /* Authenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC523A1EE8B6CA0048EB3B /* Authenticator.swift */; };
  64. 75EC527F1EE8B8130048EB3B /* BatchedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC523B1EE8B6CA0048EB3B /* BatchedCollection.swift */; };
  65. 75EC52801EE8B8130048EB3B /* Bit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC523C1EE8B6CA0048EB3B /* Bit.swift */; };
  66. 75EC52811EE8B8130048EB3B /* BlockCipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC523D1EE8B6CA0048EB3B /* BlockCipher.swift */; };
  67. 75EC52821EE8B8170048EB3B /* BlockMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC523F1EE8B6CA0048EB3B /* BlockMode.swift */; };
  68. 75EC52831EE8B8170048EB3B /* BlockModeOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52401EE8B6CA0048EB3B /* BlockModeOptions.swift */; };
  69. 75EC52841EE8B8170048EB3B /* CipherModeWorker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52411EE8B6CA0048EB3B /* CipherModeWorker.swift */; };
  70. 75EC52851EE8B8170048EB3B /* CBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52421EE8B6CA0048EB3B /* CBC.swift */; };
  71. 75EC52861EE8B8170048EB3B /* CFB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52431EE8B6CA0048EB3B /* CFB.swift */; };
  72. 75EC52871EE8B8170048EB3B /* CTR.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52441EE8B6CA0048EB3B /* CTR.swift */; };
  73. 75EC52881EE8B8170048EB3B /* ECB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52451EE8B6CA0048EB3B /* ECB.swift */; };
  74. 75EC52891EE8B8170048EB3B /* OFB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52461EE8B6CA0048EB3B /* OFB.swift */; };
  75. 75EC528A1EE8B8170048EB3B /* PCBC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52471EE8B6CA0048EB3B /* PCBC.swift */; };
  76. 75EC528D1EE8B81A0048EB3B /* ChaCha20.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC524A1EE8B6CA0048EB3B /* ChaCha20.swift */; };
  77. 75EC528E1EE8B81A0048EB3B /* Checksum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC524B1EE8B6CA0048EB3B /* Checksum.swift */; };
  78. 75EC528F1EE8B81A0048EB3B /* Cipher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC524C1EE8B6CA0048EB3B /* Cipher.swift */; };
  79. 75EC52901EE8B81A0048EB3B /* Collection+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC524D1EE8B6CA0048EB3B /* Collection+Extension.swift */; };
  80. 75EC52911EE8B81A0048EB3B /* Cryptors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC524E1EE8B6CA0048EB3B /* Cryptors.swift */; };
  81. 75EC52931EE8B81A0048EB3B /* Digest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52501EE8B6CA0048EB3B /* Digest.swift */; };
  82. 75EC52941EE8B81A0048EB3B /* DigestType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52511EE8B6CA0048EB3B /* DigestType.swift */; };
  83. 75EC52971EE8B8200048EB3B /* ChaCha20+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52551EE8B6CA0048EB3B /* ChaCha20+Foundation.swift */; };
  84. 75EC52981EE8B8200048EB3B /* Array+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52561EE8B6CA0048EB3B /* Array+Foundation.swift */; };
  85. 75EC52991EE8B8200048EB3B /* Data+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52571EE8B6CA0048EB3B /* Data+Extension.swift */; };
  86. 75EC529A1EE8B8200048EB3B /* HMAC+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52581EE8B6CA0048EB3B /* HMAC+Foundation.swift */; };
  87. 75EC529B1EE8B8200048EB3B /* Rabbit+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52591EE8B6CA0048EB3B /* Rabbit+Foundation.swift */; };
  88. 75EC529C1EE8B8200048EB3B /* String+FoundationExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC525A1EE8B6CA0048EB3B /* String+FoundationExtension.swift */; };
  89. 75EC529D1EE8B8200048EB3B /* Utils+Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC525B1EE8B6CA0048EB3B /* Utils+Foundation.swift */; };
  90. 75EC529E1EE8B8230048EB3B /* Generics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC525C1EE8B6CA0048EB3B /* Generics.swift */; };
  91. 75EC529F1EE8B8230048EB3B /* HMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC525D1EE8B6CA0048EB3B /* HMAC.swift */; };
  92. 75EC52A01EE8B8290048EB3B /* Int+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC525F1EE8B6CA0048EB3B /* Int+Extension.swift */; };
  93. 75EC52A21EE8B8290048EB3B /* MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52611EE8B6CA0048EB3B /* MD5.swift */; };
  94. 75EC52A31EE8B8290048EB3B /* NoPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52621EE8B6CA0048EB3B /* NoPadding.swift */; };
  95. 75EC52A41EE8B8290048EB3B /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52631EE8B6CA0048EB3B /* Operators.swift */; };
  96. 75EC52A51EE8B8290048EB3B /* Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52641EE8B6CA0048EB3B /* Padding.swift */; };
  97. 75EC52A61EE8B8390048EB3B /* PBKDF1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52661EE8B6CA0048EB3B /* PBKDF1.swift */; };
  98. 75EC52A71EE8B8390048EB3B /* PBKDF2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52671EE8B6CA0048EB3B /* PBKDF2.swift */; };
  99. 75EC52A81EE8B8390048EB3B /* PKCS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52681EE8B6CA0048EB3B /* PKCS5.swift */; };
  100. 75EC52A91EE8B83D0048EB3B /* PKCS7Padding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52691EE8B6CA0048EB3B /* PKCS7Padding.swift */; };
  101. 75EC52AA1EE8B83D0048EB3B /* Poly1305.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC526A1EE8B6CA0048EB3B /* Poly1305.swift */; };
  102. 75EC52AB1EE8B83D0048EB3B /* Rabbit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC526B1EE8B6CA0048EB3B /* Rabbit.swift */; };
  103. 75EC52AC1EE8B83D0048EB3B /* Cryptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC526C1EE8B6CA0048EB3B /* Cryptor.swift */; };
  104. 75EC52AE1EE8B83D0048EB3B /* SecureBytes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC526E1EE8B6CA0048EB3B /* SecureBytes.swift */; };
  105. 75EC52AF1EE8B83D0048EB3B /* SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC526F1EE8B6CA0048EB3B /* SHA1.swift */; };
  106. 75EC52B01EE8B83D0048EB3B /* SHA2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52701EE8B6CA0048EB3B /* SHA2.swift */; };
  107. 75EC52B11EE8B83D0048EB3B /* SHA3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52711EE8B6CA0048EB3B /* SHA3.swift */; };
  108. 75EC52B21EE8B83D0048EB3B /* String+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52721EE8B6CA0048EB3B /* String+Extension.swift */; };
  109. 75EC52B31EE8B83D0048EB3B /* UInt16+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52731EE8B6CA0048EB3B /* UInt16+Extension.swift */; };
  110. 75EC52B41EE8B83D0048EB3B /* UInt32+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52741EE8B6CA0048EB3B /* UInt32+Extension.swift */; };
  111. 75EC52B51EE8B83D0048EB3B /* UInt64+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52751EE8B6CA0048EB3B /* UInt64+Extension.swift */; };
  112. 75EC52B61EE8B83D0048EB3B /* UInt8+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52761EE8B6CA0048EB3B /* UInt8+Extension.swift */; };
  113. 75EC52B71EE8B83D0048EB3B /* Updatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52771EE8B6CA0048EB3B /* Updatable.swift */; };
  114. 75EC52B81EE8B83D0048EB3B /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52781EE8B6CA0048EB3B /* Utils.swift */; };
  115. 75EC52B91EE8B83D0048EB3B /* ZeroPadding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75EC52791EE8B6CA0048EB3B /* ZeroPadding.swift */; };
  116. 75F4E434216C93EF00F09710 /* CCM.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F4E433216C93EF00F09710 /* CCM.swift */; };
  117. 75F4E436216C98DE00F09710 /* CBCMAC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75F4E435216C98DE00F09710 /* CBCMAC.swift */; };
  118. 81F279DD2181F58300449EDA /* Scrypt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81F279DC2181F58300449EDA /* Scrypt.swift */; };
  119. 81F279DF2181F5A000449EDA /* ScryptTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81F279DE2181F5A000449EDA /* ScryptTests.swift */; };
  120. 81F279E12181F5C500449EDA /* ScryptTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81F279E02181F5C500449EDA /* ScryptTestsPerf.swift */; };
  121. 81F279E22181F5C500449EDA /* ScryptTestsPerf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81F279E02181F5C500449EDA /* ScryptTestsPerf.swift */; };
  122. E3FD2D531D6B81CE00A9F35F /* Error+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */; };
  123. E6200E141FB9A7AE00258382 /* HKDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6200E131FB9A7AE00258382 /* HKDF.swift */; };
  124. E6200E171FB9B68C00258382 /* HKDFTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6200E151FB9B67C00258382 /* HKDFTests.swift */; };
  125. /* End PBXBuildFile section */
  126. /* Begin PBXContainerItemProxy section */
  127. 7564F0502072EAEB00CA5A96 /* PBXContainerItemProxy */ = {
  128. isa = PBXContainerItemProxy;
  129. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  130. proxyType = 1;
  131. remoteGlobalIDString = 754BE45419693E190098E6F3;
  132. remoteInfo = CryptoSwift;
  133. };
  134. 7564F0612072EB5D00CA5A96 /* PBXContainerItemProxy */ = {
  135. isa = PBXContainerItemProxy;
  136. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  137. proxyType = 1;
  138. remoteGlobalIDString = 75211F91207249D8004E41F8;
  139. remoteInfo = "CryptoSwift-TestHostApp";
  140. };
  141. 7564F0662072ED7000CA5A96 /* PBXContainerItemProxy */ = {
  142. isa = PBXContainerItemProxy;
  143. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  144. proxyType = 1;
  145. remoteGlobalIDString = 754BE45419693E190098E6F3;
  146. remoteInfo = CryptoSwift;
  147. };
  148. 7595C15E2072E64000EA1A5F /* PBXContainerItemProxy */ = {
  149. isa = PBXContainerItemProxy;
  150. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  151. proxyType = 1;
  152. remoteGlobalIDString = 754BE45419693E190098E6F3;
  153. remoteInfo = CryptoSwift;
  154. };
  155. 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */ = {
  156. isa = PBXContainerItemProxy;
  157. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  158. proxyType = 1;
  159. remoteGlobalIDString = 754BE45419693E190098E6F3;
  160. remoteInfo = CryptoSwift;
  161. };
  162. 75B601E5197D6A270009B53D /* PBXContainerItemProxy */ = {
  163. isa = PBXContainerItemProxy;
  164. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  165. proxyType = 1;
  166. remoteGlobalIDString = 754BE45419693E190098E6F3;
  167. remoteInfo = CryptoSwift;
  168. };
  169. 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */ = {
  170. isa = PBXContainerItemProxy;
  171. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  172. proxyType = 1;
  173. remoteGlobalIDString = 754BE45419693E190098E6F3;
  174. remoteInfo = CryptoSwift;
  175. };
  176. 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */ = {
  177. isa = PBXContainerItemProxy;
  178. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  179. proxyType = 1;
  180. remoteGlobalIDString = 754BE45419693E190098E6F3;
  181. remoteInfo = CryptoSwift;
  182. };
  183. 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */ = {
  184. isa = PBXContainerItemProxy;
  185. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  186. proxyType = 1;
  187. remoteGlobalIDString = 754BE45419693E190098E6F3;
  188. remoteInfo = CryptoSwift;
  189. };
  190. 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */ = {
  191. isa = PBXContainerItemProxy;
  192. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  193. proxyType = 1;
  194. remoteGlobalIDString = 754BE45419693E190098E6F3;
  195. remoteInfo = CryptoSwift;
  196. };
  197. 75B6021E197D6D070009B53D /* PBXContainerItemProxy */ = {
  198. isa = PBXContainerItemProxy;
  199. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  200. proxyType = 1;
  201. remoteGlobalIDString = 754BE45419693E190098E6F3;
  202. remoteInfo = CryptoSwift;
  203. };
  204. 75F9482120BDDF9900956311 /* PBXContainerItemProxy */ = {
  205. isa = PBXContainerItemProxy;
  206. containerPortal = 754BE44C19693E190098E6F3 /* Project object */;
  207. proxyType = 1;
  208. remoteGlobalIDString = 75211F91207249D8004E41F8;
  209. remoteInfo = "CryptoSwift-TestHostApp";
  210. };
  211. /* End PBXContainerItemProxy section */
  212. /* Begin PBXCopyFilesBuildPhase section */
  213. 7564F0682072ED7000CA5A96 /* Embed Frameworks */ = {
  214. isa = PBXCopyFilesBuildPhase;
  215. buildActionMask = 2147483647;
  216. dstPath = "";
  217. dstSubfolderSpec = 10;
  218. files = (
  219. 7564F0652072ED7000CA5A96 /* CryptoSwift.framework in Embed Frameworks */,
  220. );
  221. name = "Embed Frameworks";
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. 75B601E0197D69770009B53D /* CopyFiles */ = {
  225. isa = PBXCopyFilesBuildPhase;
  226. buildActionMask = 2147483647;
  227. dstPath = "";
  228. dstSubfolderSpec = 10;
  229. files = (
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. /* End PBXCopyFilesBuildPhase section */
  234. /* Begin PBXFileReference section */
  235. 0EE73E70204D598100110E11 /* CMAC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CMAC.swift; sourceTree = "<group>"; };
  236. 0EE73E72204D599C00110E11 /* CMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CMACTests.swift; sourceTree = "<group>"; };
  237. 14156CE42011422400DDCFBC /* ChaCha20Poly1305Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChaCha20Poly1305Tests.swift; sourceTree = "<group>"; };
  238. 1467460E2017BB3600DF04ED /* AEAD.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AEAD.swift; sourceTree = "<group>"; };
  239. 674A736E1BF5D85B00866C5B /* RabbitTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTests.swift; sourceTree = "<group>"; };
  240. 750509981F6BEF2A00394A1B /* PKCS7.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PKCS7.swift; sourceTree = "<group>"; };
  241. 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlowfishTests.swift; sourceTree = "<group>"; };
  242. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Poly1305Tests.swift; sourceTree = "<group>"; };
  243. 751EE9771F93996100161FFC /* AES.Cryptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AES.Cryptors.swift; sourceTree = "<group>"; };
  244. 75211F92207249D8004E41F8 /* CryptoSwift-TestHostApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "CryptoSwift-TestHostApp.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  245. 75211F94207249D8004E41F8 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  246. 75211FA0207249D8004E41F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  247. 75211FA520724A0F004E41F8 /* CryptoSwift-TestHostApp-Test.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-TestHostApp-Test.xcconfig"; sourceTree = "<group>"; };
  248. 75211FA620724A0F004E41F8 /* Project-Test.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Project-Test.xcconfig"; sourceTree = "<group>"; };
  249. 75211FA720724A0F004E41F8 /* Tests-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tests-Debug.xcconfig"; sourceTree = "<group>"; };
  250. 75211FA820724A0F004E41F8 /* CryptoSwift-Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-Shared.xcconfig"; sourceTree = "<group>"; };
  251. 75211FA920724A0F004E41F8 /* CryptoSwift-TestHostApp-Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-TestHostApp-Shared.xcconfig"; sourceTree = "<group>"; };
  252. 75211FAA20724A0F004E41F8 /* Project-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Project-Release.xcconfig"; sourceTree = "<group>"; };
  253. 75211FAB20724A0F004E41F8 /* CryptoSwift-TestHostApp-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-TestHostApp-Debug.xcconfig"; sourceTree = "<group>"; };
  254. 75211FAC20724A0F004E41F8 /* CryptoSwift-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-Release.xcconfig"; sourceTree = "<group>"; };
  255. 75211FAD20724A0F004E41F8 /* Tests-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tests-Release.xcconfig"; sourceTree = "<group>"; };
  256. 75211FAE20724A10004E41F8 /* Tests-Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tests-Shared.xcconfig"; sourceTree = "<group>"; };
  257. 75211FAF20724A10004E41F8 /* CryptoSwift-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-Debug.xcconfig"; sourceTree = "<group>"; };
  258. 75211FB020724A10004E41F8 /* Project-Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Project-Debug.xcconfig"; sourceTree = "<group>"; };
  259. 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Tests-Test.xcconfig"; sourceTree = "<group>"; };
  260. 75211FB220724A10004E41F8 /* Project-Shared.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Project-Shared.xcconfig"; sourceTree = "<group>"; };
  261. 75211FB320724A10004E41F8 /* CryptoSwift-TestHostApp-Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-TestHostApp-Release.xcconfig"; sourceTree = "<group>"; };
  262. 75211FB420724A10004E41F8 /* CryptoSwift-Test.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "CryptoSwift-Test.xcconfig"; sourceTree = "<group>"; };
  263. 7523742C2083C61C0016D662 /* GCM.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GCM.swift; sourceTree = "<group>"; };
  264. 7529366920683DFC00195874 /* AEADChaCha20Poly1305.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AEADChaCha20Poly1305.swift; sourceTree = "<group>"; };
  265. 753674062175D012003E32A6 /* StreamDecryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StreamDecryptor.swift; sourceTree = "<group>"; };
  266. 7536A93E207254A000F39140 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  267. 754310432050111A003FB1DF /* CompactMap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompactMap.swift; sourceTree = "<group>"; };
  268. 75482EA31CB310B7001F66A5 /* PBKDF.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PBKDF.swift; sourceTree = "<group>"; };
  269. 754BE45519693E190098E6F3 /* CryptoSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CryptoSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  270. 754BE46019693E190098E6F3 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  271. 754BE46619693E190098E6F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  272. 754BE46719693E190098E6F3 /* DigestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DigestTests.swift; sourceTree = "<group>"; };
  273. 755D27BC1D06DE6400C41692 /* CryptoSwift.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = CryptoSwift.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
  274. 755E0303217A756F00065FC6 /* AESCCMTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AESCCMTests.swift; sourceTree = "<group>"; };
  275. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTest.swift; sourceTree = "<group>"; };
  276. 7564F0602072EAEB00CA5A96 /* TestsPerformance-iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "TestsPerformance-iOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  277. 756A64C52111083B00BE8805 /* StreamEncryptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StreamEncryptor.swift; sourceTree = "<group>"; };
  278. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = "<group>"; };
  279. 7576F64C20725BD5006688F8 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  280. 7576F6EB20726319006688F8 /* DigestTestsPerf.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DigestTestsPerf.swift; sourceTree = "<group>"; };
  281. 7576F6EE20726422006688F8 /* AESTestsPerf.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTestsPerf.swift; sourceTree = "<group>"; };
  282. 7576F6F020728EAB006688F8 /* ChaCha20TestsPerf.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20TestsPerf.swift; sourceTree = "<group>"; };
  283. 7576F6F220728F00006688F8 /* RabbitTestsPerf.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RabbitTestsPerf.swift; sourceTree = "<group>"; };
  284. 7576F6F420729069006688F8 /* ExtensionsTestPerf.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionsTestPerf.swift; sourceTree = "<group>"; };
  285. 7576F6F6207290F8006688F8 /* PBKDFPerf.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PBKDFPerf.swift; sourceTree = "<group>"; };
  286. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PaddingTests.swift; sourceTree = "<group>"; };
  287. 757DA2541A4ED408002BA3EF /* AESTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AESTests.swift; sourceTree = "<group>"; };
  288. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChaCha20Tests.swift; sourceTree = "<group>"; };
  289. 758A94271A65C59200E46135 /* HMACTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HMACTests.swift; sourceTree = "<group>"; };
  290. 758F95AA2072E8E10080D664 /* Bridging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bridging.h; sourceTree = "<group>"; };
  291. 7595C14A2072E48C00EA1A5F /* TestsPerformance-Mac.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "TestsPerformance-Mac.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  292. 7595C14C2072E48C00EA1A5F /* TestsPerformance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestsPerformance.swift; sourceTree = "<group>"; };
  293. 7595C14E2072E48C00EA1A5F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  294. 75B3ED76210F9DF7005D4ADA /* BlockDecryptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockDecryptor.swift; sourceTree = "<group>"; };
  295. 75B3ED78210FA016005D4ADA /* BlockEncryptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockEncryptor.swift; sourceTree = "<group>"; };
  296. 75C2E76C1D55F097003D2BCA /* Access.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Access.swift; sourceTree = "<group>"; };
  297. 75D7AF37208BFB1600D22BEB /* UInt128.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UInt128.swift; sourceTree = "<group>"; };
  298. 75EC52381EE8B6CA0048EB3B /* AES.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AES.swift; sourceTree = "<group>"; };
  299. 75EC52391EE8B6CA0048EB3B /* Array+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+Extension.swift"; sourceTree = "<group>"; };
  300. 75EC523A1EE8B6CA0048EB3B /* Authenticator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Authenticator.swift; sourceTree = "<group>"; };
  301. 75EC523B1EE8B6CA0048EB3B /* BatchedCollection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BatchedCollection.swift; sourceTree = "<group>"; };
  302. 75EC523C1EE8B6CA0048EB3B /* Bit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Bit.swift; sourceTree = "<group>"; };
  303. 75EC523D1EE8B6CA0048EB3B /* BlockCipher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockCipher.swift; sourceTree = "<group>"; };
  304. 75EC523F1EE8B6CA0048EB3B /* BlockMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockMode.swift; sourceTree = "<group>"; };
  305. 75EC52401EE8B6CA0048EB3B /* BlockModeOptions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlockModeOptions.swift; sourceTree = "<group>"; };
  306. 75EC52411EE8B6CA0048EB3B /* CipherModeWorker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CipherModeWorker.swift; sourceTree = "<group>"; };
  307. 75EC52421EE8B6CA0048EB3B /* CBC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CBC.swift; sourceTree = "<group>"; };
  308. 75EC52431EE8B6CA0048EB3B /* CFB.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CFB.swift; sourceTree = "<group>"; };
  309. 75EC52441EE8B6CA0048EB3B /* CTR.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CTR.swift; sourceTree = "<group>"; };
  310. 75EC52451EE8B6CA0048EB3B /* ECB.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ECB.swift; sourceTree = "<group>"; };
  311. 75EC52461EE8B6CA0048EB3B /* OFB.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OFB.swift; sourceTree = "<group>"; };
  312. 75EC52471EE8B6CA0048EB3B /* PCBC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PCBC.swift; sourceTree = "<group>"; };
  313. 75EC52491EE8B6CA0048EB3B /* Blowfish.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Blowfish.swift; sourceTree = "<group>"; };
  314. 75EC524A1EE8B6CA0048EB3B /* ChaCha20.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChaCha20.swift; sourceTree = "<group>"; };
  315. 75EC524B1EE8B6CA0048EB3B /* Checksum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Checksum.swift; sourceTree = "<group>"; };
  316. 75EC524C1EE8B6CA0048EB3B /* Cipher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cipher.swift; sourceTree = "<group>"; };
  317. 75EC524D1EE8B6CA0048EB3B /* Collection+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Collection+Extension.swift"; sourceTree = "<group>"; };
  318. 75EC524E1EE8B6CA0048EB3B /* Cryptors.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cryptors.swift; sourceTree = "<group>"; };
  319. 75EC52501EE8B6CA0048EB3B /* Digest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Digest.swift; sourceTree = "<group>"; };
  320. 75EC52511EE8B6CA0048EB3B /* DigestType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DigestType.swift; sourceTree = "<group>"; };
  321. 75EC52531EE8B6CA0048EB3B /* AES+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AES+Foundation.swift"; sourceTree = "<group>"; };
  322. 75EC52541EE8B6CA0048EB3B /* Blowfish+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Blowfish+Foundation.swift"; sourceTree = "<group>"; };
  323. 75EC52551EE8B6CA0048EB3B /* ChaCha20+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ChaCha20+Foundation.swift"; sourceTree = "<group>"; };
  324. 75EC52561EE8B6CA0048EB3B /* Array+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+Foundation.swift"; sourceTree = "<group>"; };
  325. 75EC52571EE8B6CA0048EB3B /* Data+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Data+Extension.swift"; sourceTree = "<group>"; };
  326. 75EC52581EE8B6CA0048EB3B /* HMAC+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "HMAC+Foundation.swift"; sourceTree = "<group>"; };
  327. 75EC52591EE8B6CA0048EB3B /* Rabbit+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Rabbit+Foundation.swift"; sourceTree = "<group>"; };
  328. 75EC525A1EE8B6CA0048EB3B /* String+FoundationExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+FoundationExtension.swift"; sourceTree = "<group>"; };
  329. 75EC525B1EE8B6CA0048EB3B /* Utils+Foundation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Utils+Foundation.swift"; sourceTree = "<group>"; };
  330. 75EC525C1EE8B6CA0048EB3B /* Generics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Generics.swift; sourceTree = "<group>"; };
  331. 75EC525D1EE8B6CA0048EB3B /* HMAC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HMAC.swift; sourceTree = "<group>"; };
  332. 75EC525F1EE8B6CA0048EB3B /* Int+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Int+Extension.swift"; sourceTree = "<group>"; };
  333. 75EC52611EE8B6CA0048EB3B /* MD5.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MD5.swift; sourceTree = "<group>"; };
  334. 75EC52621EE8B6CA0048EB3B /* NoPadding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoPadding.swift; sourceTree = "<group>"; };
  335. 75EC52631EE8B6CA0048EB3B /* Operators.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Operators.swift; sourceTree = "<group>"; };
  336. 75EC52641EE8B6CA0048EB3B /* Padding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Padding.swift; sourceTree = "<group>"; };
  337. 75EC52661EE8B6CA0048EB3B /* PBKDF1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PBKDF1.swift; sourceTree = "<group>"; };
  338. 75EC52671EE8B6CA0048EB3B /* PBKDF2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PBKDF2.swift; sourceTree = "<group>"; };
  339. 75EC52681EE8B6CA0048EB3B /* PKCS5.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PKCS5.swift; sourceTree = "<group>"; };
  340. 75EC52691EE8B6CA0048EB3B /* PKCS7Padding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PKCS7Padding.swift; sourceTree = "<group>"; };
  341. 75EC526A1EE8B6CA0048EB3B /* Poly1305.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Poly1305.swift; sourceTree = "<group>"; };
  342. 75EC526B1EE8B6CA0048EB3B /* Rabbit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Rabbit.swift; sourceTree = "<group>"; };
  343. 75EC526C1EE8B6CA0048EB3B /* Cryptor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Cryptor.swift; sourceTree = "<group>"; };
  344. 75EC526E1EE8B6CA0048EB3B /* SecureBytes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SecureBytes.swift; sourceTree = "<group>"; };
  345. 75EC526F1EE8B6CA0048EB3B /* SHA1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SHA1.swift; sourceTree = "<group>"; };
  346. 75EC52701EE8B6CA0048EB3B /* SHA2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SHA2.swift; sourceTree = "<group>"; };
  347. 75EC52711EE8B6CA0048EB3B /* SHA3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SHA3.swift; sourceTree = "<group>"; };
  348. 75EC52721EE8B6CA0048EB3B /* String+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extension.swift"; sourceTree = "<group>"; };
  349. 75EC52731EE8B6CA0048EB3B /* UInt16+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UInt16+Extension.swift"; sourceTree = "<group>"; };
  350. 75EC52741EE8B6CA0048EB3B /* UInt32+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UInt32+Extension.swift"; sourceTree = "<group>"; };
  351. 75EC52751EE8B6CA0048EB3B /* UInt64+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UInt64+Extension.swift"; sourceTree = "<group>"; };
  352. 75EC52761EE8B6CA0048EB3B /* UInt8+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UInt8+Extension.swift"; sourceTree = "<group>"; };
  353. 75EC52771EE8B6CA0048EB3B /* Updatable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Updatable.swift; sourceTree = "<group>"; };
  354. 75EC52781EE8B6CA0048EB3B /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
  355. 75EC52791EE8B6CA0048EB3B /* ZeroPadding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZeroPadding.swift; sourceTree = "<group>"; };
  356. 75EC527A1EE8B6CA0048EB3B /* CryptoSwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CryptoSwift.h; sourceTree = "<group>"; };
  357. 75EDCB811DAC4CA400D270E0 /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = SOURCE_ROOT; };
  358. 75F4E433216C93EF00F09710 /* CCM.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CCM.swift; sourceTree = "<group>"; };
  359. 75F4E435216C98DE00F09710 /* CBCMAC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CBCMAC.swift; sourceTree = "<group>"; };
  360. 75F4E437216C9B5D00F09710 /* CHANGELOG */ = {isa = PBXFileReference; lastKnownFileType = text; path = CHANGELOG; sourceTree = SOURCE_ROOT; };
  361. 75F4E438216C9B6900F09710 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
  362. 81F279DC2181F58300449EDA /* Scrypt.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scrypt.swift; sourceTree = "<group>"; };
  363. 81F279DE2181F5A000449EDA /* ScryptTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScryptTests.swift; sourceTree = "<group>"; };
  364. 81F279E02181F5C500449EDA /* ScryptTestsPerf.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScryptTestsPerf.swift; sourceTree = "<group>"; };
  365. E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Error+Extension.swift"; sourceTree = "<group>"; };
  366. E6200E131FB9A7AE00258382 /* HKDF.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HKDF.swift; sourceTree = "<group>"; };
  367. E6200E151FB9B67C00258382 /* HKDFTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HKDFTests.swift; sourceTree = "<group>"; };
  368. /* End PBXFileReference section */
  369. /* Begin PBXFrameworksBuildPhase section */
  370. 75211F8F207249D8004E41F8 /* Frameworks */ = {
  371. isa = PBXFrameworksBuildPhase;
  372. buildActionMask = 2147483647;
  373. files = (
  374. 7564F0642072ED7000CA5A96 /* CryptoSwift.framework in Frameworks */,
  375. );
  376. runOnlyForDeploymentPostprocessing = 0;
  377. };
  378. 754BE45119693E190098E6F3 /* Frameworks */ = {
  379. isa = PBXFrameworksBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. );
  383. runOnlyForDeploymentPostprocessing = 0;
  384. };
  385. 754BE45D19693E190098E6F3 /* Frameworks */ = {
  386. isa = PBXFrameworksBuildPhase;
  387. buildActionMask = 2147483647;
  388. files = (
  389. 75B601EB197D6A6C0009B53D /* CryptoSwift.framework in Frameworks */,
  390. );
  391. runOnlyForDeploymentPostprocessing = 0;
  392. };
  393. 7564F0592072EAEB00CA5A96 /* Frameworks */ = {
  394. isa = PBXFrameworksBuildPhase;
  395. buildActionMask = 2147483647;
  396. files = (
  397. 7564F05A2072EAEB00CA5A96 /* CryptoSwift.framework in Frameworks */,
  398. );
  399. runOnlyForDeploymentPostprocessing = 0;
  400. };
  401. 7595C1472072E48C00EA1A5F /* Frameworks */ = {
  402. isa = PBXFrameworksBuildPhase;
  403. buildActionMask = 2147483647;
  404. files = (
  405. 7595C1602072E64900EA1A5F /* CryptoSwift.framework in Frameworks */,
  406. );
  407. runOnlyForDeploymentPostprocessing = 0;
  408. };
  409. /* End PBXFrameworksBuildPhase section */
  410. /* Begin PBXGroup section */
  411. 24B0BBA29D734E62809E53BC /* Frameworks */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 7536A93E207254A000F39140 /* UIKit.framework */,
  415. );
  416. name = Frameworks;
  417. sourceTree = "<group>";
  418. };
  419. 75211F93207249D8004E41F8 /* CryptoSwift-TestHostApp */ = {
  420. isa = PBXGroup;
  421. children = (
  422. 75211F94207249D8004E41F8 /* AppDelegate.swift */,
  423. 75211FA0207249D8004E41F8 /* Info.plist */,
  424. );
  425. path = "CryptoSwift-TestHostApp";
  426. sourceTree = "<group>";
  427. };
  428. 7529366820683DFC00195874 /* AEAD */ = {
  429. isa = PBXGroup;
  430. children = (
  431. 1467460E2017BB3600DF04ED /* AEAD.swift */,
  432. 7529366920683DFC00195874 /* AEADChaCha20Poly1305.swift */,
  433. );
  434. path = AEAD;
  435. sourceTree = "<group>";
  436. };
  437. 754BE44B19693E190098E6F3 = {
  438. isa = PBXGroup;
  439. children = (
  440. 75843E9A2072457A0050583A /* config */,
  441. 755D27BC1D06DE6400C41692 /* CryptoSwift.playground */,
  442. 75EC52361EE8B6CA0048EB3B /* Sources */,
  443. 754BE46419693E190098E6F3 /* Tests */,
  444. 7595C14B2072E48C00EA1A5F /* TestsPerformance */,
  445. 75211F93207249D8004E41F8 /* CryptoSwift-TestHostApp */,
  446. 754BE45619693E190098E6F3 /* Products */,
  447. 24B0BBA29D734E62809E53BC /* Frameworks */,
  448. );
  449. sourceTree = "<group>";
  450. };
  451. 754BE45619693E190098E6F3 /* Products */ = {
  452. isa = PBXGroup;
  453. children = (
  454. 754BE45519693E190098E6F3 /* CryptoSwift.framework */,
  455. 754BE46019693E190098E6F3 /* Tests.xctest */,
  456. 75211F92207249D8004E41F8 /* CryptoSwift-TestHostApp.app */,
  457. 7595C14A2072E48C00EA1A5F /* TestsPerformance-Mac.xctest */,
  458. 7564F0602072EAEB00CA5A96 /* TestsPerformance-iOS.xctest */,
  459. );
  460. name = Products;
  461. sourceTree = "<group>";
  462. };
  463. 754BE46419693E190098E6F3 /* Tests */ = {
  464. isa = PBXGroup;
  465. children = (
  466. 81F279DE2181F5A000449EDA /* ScryptTests.swift */,
  467. 81F279E02181F5C500449EDA /* ScryptTestsPerf.swift */,
  468. 14156CE42011422400DDCFBC /* ChaCha20Poly1305Tests.swift */,
  469. E3FD2D511D6B813C00A9F35F /* Error+Extension.swift */,
  470. 754BE46719693E190098E6F3 /* DigestTests.swift */,
  471. 7576F6EB20726319006688F8 /* DigestTestsPerf.swift */,
  472. 75100F8E19B0BC890005C5F5 /* Poly1305Tests.swift */,
  473. 758A94271A65C59200E46135 /* HMACTests.swift */,
  474. 0EE73E72204D599C00110E11 /* CMACTests.swift */,
  475. E6200E151FB9B67C00258382 /* HKDFTests.swift */,
  476. 757DA2541A4ED408002BA3EF /* AESTests.swift */,
  477. 755E0303217A756F00065FC6 /* AESCCMTests.swift */,
  478. 7576F6EE20726422006688F8 /* AESTestsPerf.swift */,
  479. 750CC3EA1DC0CACE0096BE6E /* BlowfishTests.swift */,
  480. 757DA2581A4ED4D7002BA3EF /* ChaCha20Tests.swift */,
  481. 7576F6F020728EAB006688F8 /* ChaCha20TestsPerf.swift */,
  482. 674A736E1BF5D85B00866C5B /* RabbitTests.swift */,
  483. 7576F6F220728F00006688F8 /* RabbitTestsPerf.swift */,
  484. 755FB1D9199E347D00475437 /* ExtensionsTest.swift */,
  485. 7576F6F420729069006688F8 /* ExtensionsTestPerf.swift */,
  486. 757DA2521A4ED0A4002BA3EF /* PaddingTests.swift */,
  487. 75482EA31CB310B7001F66A5 /* PBKDF.swift */,
  488. 7576F6F6207290F8006688F8 /* PBKDFPerf.swift */,
  489. 75C2E76C1D55F097003D2BCA /* Access.swift */,
  490. 756BFDCA1A82B87300B9D9A4 /* Bridging.h */,
  491. 754BE46519693E190098E6F3 /* Supporting Files */,
  492. );
  493. name = Tests;
  494. path = Tests/Tests;
  495. sourceTree = "<group>";
  496. };
  497. 754BE46519693E190098E6F3 /* Supporting Files */ = {
  498. isa = PBXGroup;
  499. children = (
  500. 75F4E438216C9B6900F09710 /* README.md */,
  501. 75F4E437216C9B5D00F09710 /* CHANGELOG */,
  502. 75EDCB811DAC4CA400D270E0 /* LinuxMain.swift */,
  503. 7576F64C20725BD5006688F8 /* Default-568h@2x.png */,
  504. 754BE46619693E190098E6F3 /* Info.plist */,
  505. );
  506. name = "Supporting Files";
  507. sourceTree = "<group>";
  508. };
  509. 75843E9A2072457A0050583A /* config */ = {
  510. isa = PBXGroup;
  511. children = (
  512. 75211FAF20724A10004E41F8 /* CryptoSwift-Debug.xcconfig */,
  513. 75211FAC20724A0F004E41F8 /* CryptoSwift-Release.xcconfig */,
  514. 75211FA820724A0F004E41F8 /* CryptoSwift-Shared.xcconfig */,
  515. 75211FB420724A10004E41F8 /* CryptoSwift-Test.xcconfig */,
  516. 75211FAB20724A0F004E41F8 /* CryptoSwift-TestHostApp-Debug.xcconfig */,
  517. 75211FB320724A10004E41F8 /* CryptoSwift-TestHostApp-Release.xcconfig */,
  518. 75211FA520724A0F004E41F8 /* CryptoSwift-TestHostApp-Test.xcconfig */,
  519. 75211FA920724A0F004E41F8 /* CryptoSwift-TestHostApp-Shared.xcconfig */,
  520. 75211FB020724A10004E41F8 /* Project-Debug.xcconfig */,
  521. 75211FAA20724A0F004E41F8 /* Project-Release.xcconfig */,
  522. 75211FB220724A10004E41F8 /* Project-Shared.xcconfig */,
  523. 75211FA620724A0F004E41F8 /* Project-Test.xcconfig */,
  524. 75211FA720724A0F004E41F8 /* Tests-Debug.xcconfig */,
  525. 75211FAD20724A0F004E41F8 /* Tests-Release.xcconfig */,
  526. 75211FAE20724A10004E41F8 /* Tests-Shared.xcconfig */,
  527. 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */,
  528. );
  529. path = config;
  530. sourceTree = "<group>";
  531. };
  532. 7595C14B2072E48C00EA1A5F /* TestsPerformance */ = {
  533. isa = PBXGroup;
  534. children = (
  535. 758F95AA2072E8E10080D664 /* Bridging.h */,
  536. 7595C14C2072E48C00EA1A5F /* TestsPerformance.swift */,
  537. 7595C14E2072E48C00EA1A5F /* Info.plist */,
  538. );
  539. name = TestsPerformance;
  540. path = Tests/TestsPerformance;
  541. sourceTree = "<group>";
  542. };
  543. 75EC52361EE8B6CA0048EB3B /* Sources */ = {
  544. isa = PBXGroup;
  545. children = (
  546. 75EC52371EE8B6CA0048EB3B /* CryptoSwift */,
  547. 75EC527A1EE8B6CA0048EB3B /* CryptoSwift.h */,
  548. );
  549. path = Sources;
  550. sourceTree = "<group>";
  551. };
  552. 75EC52371EE8B6CA0048EB3B /* CryptoSwift */ = {
  553. isa = PBXGroup;
  554. children = (
  555. 7529366820683DFC00195874 /* AEAD */,
  556. 75EC52381EE8B6CA0048EB3B /* AES.swift */,
  557. 751EE9771F93996100161FFC /* AES.Cryptors.swift */,
  558. 75EC52391EE8B6CA0048EB3B /* Array+Extension.swift */,
  559. 75EC523A1EE8B6CA0048EB3B /* Authenticator.swift */,
  560. 75EC523B1EE8B6CA0048EB3B /* BatchedCollection.swift */,
  561. 75EC523C1EE8B6CA0048EB3B /* Bit.swift */,
  562. 75EC523D1EE8B6CA0048EB3B /* BlockCipher.swift */,
  563. 75EC523E1EE8B6CA0048EB3B /* BlockMode */,
  564. 75EC52491EE8B6CA0048EB3B /* Blowfish.swift */,
  565. 75EC524A1EE8B6CA0048EB3B /* ChaCha20.swift */,
  566. 75EC524B1EE8B6CA0048EB3B /* Checksum.swift */,
  567. 75EC524C1EE8B6CA0048EB3B /* Cipher.swift */,
  568. 0EE73E70204D598100110E11 /* CMAC.swift */,
  569. 75F4E435216C98DE00F09710 /* CBCMAC.swift */,
  570. 75EC524D1EE8B6CA0048EB3B /* Collection+Extension.swift */,
  571. 75EC524E1EE8B6CA0048EB3B /* Cryptors.swift */,
  572. 75EC52501EE8B6CA0048EB3B /* Digest.swift */,
  573. 75EC52511EE8B6CA0048EB3B /* DigestType.swift */,
  574. 75EC52521EE8B6CA0048EB3B /* Foundation */,
  575. 75EC525C1EE8B6CA0048EB3B /* Generics.swift */,
  576. E6200E131FB9A7AE00258382 /* HKDF.swift */,
  577. 75EC525D1EE8B6CA0048EB3B /* HMAC.swift */,
  578. 75EC52611EE8B6CA0048EB3B /* MD5.swift */,
  579. 75EC52621EE8B6CA0048EB3B /* NoPadding.swift */,
  580. 75EC52631EE8B6CA0048EB3B /* Operators.swift */,
  581. 75EC52641EE8B6CA0048EB3B /* Padding.swift */,
  582. 75EC52651EE8B6CA0048EB3B /* PKCS */,
  583. 75EC526A1EE8B6CA0048EB3B /* Poly1305.swift */,
  584. 75EC526B1EE8B6CA0048EB3B /* Rabbit.swift */,
  585. 75EC526C1EE8B6CA0048EB3B /* Cryptor.swift */,
  586. 75EC526E1EE8B6CA0048EB3B /* SecureBytes.swift */,
  587. 81F279DC2181F58300449EDA /* Scrypt.swift */,
  588. 75EC526F1EE8B6CA0048EB3B /* SHA1.swift */,
  589. 75EC52701EE8B6CA0048EB3B /* SHA2.swift */,
  590. 75EC52711EE8B6CA0048EB3B /* SHA3.swift */,
  591. 75EC52721EE8B6CA0048EB3B /* String+Extension.swift */,
  592. 75EC525F1EE8B6CA0048EB3B /* Int+Extension.swift */,
  593. 75EC52761EE8B6CA0048EB3B /* UInt8+Extension.swift */,
  594. 75EC52731EE8B6CA0048EB3B /* UInt16+Extension.swift */,
  595. 75EC52741EE8B6CA0048EB3B /* UInt32+Extension.swift */,
  596. 75EC52751EE8B6CA0048EB3B /* UInt64+Extension.swift */,
  597. 75D7AF37208BFB1600D22BEB /* UInt128.swift */,
  598. 75EC52771EE8B6CA0048EB3B /* Updatable.swift */,
  599. 75EC52781EE8B6CA0048EB3B /* Utils.swift */,
  600. 75EC52791EE8B6CA0048EB3B /* ZeroPadding.swift */,
  601. 754310432050111A003FB1DF /* CompactMap.swift */,
  602. 75B3ED76210F9DF7005D4ADA /* BlockDecryptor.swift */,
  603. 75B3ED78210FA016005D4ADA /* BlockEncryptor.swift */,
  604. 753674062175D012003E32A6 /* StreamDecryptor.swift */,
  605. 756A64C52111083B00BE8805 /* StreamEncryptor.swift */,
  606. );
  607. path = CryptoSwift;
  608. sourceTree = "<group>";
  609. };
  610. 75EC523E1EE8B6CA0048EB3B /* BlockMode */ = {
  611. isa = PBXGroup;
  612. children = (
  613. 75EC523F1EE8B6CA0048EB3B /* BlockMode.swift */,
  614. 75EC52401EE8B6CA0048EB3B /* BlockModeOptions.swift */,
  615. 75EC52411EE8B6CA0048EB3B /* CipherModeWorker.swift */,
  616. 75EC52421EE8B6CA0048EB3B /* CBC.swift */,
  617. 75EC52431EE8B6CA0048EB3B /* CFB.swift */,
  618. 75EC52441EE8B6CA0048EB3B /* CTR.swift */,
  619. 7523742C2083C61C0016D662 /* GCM.swift */,
  620. 75F4E433216C93EF00F09710 /* CCM.swift */,
  621. 75EC52451EE8B6CA0048EB3B /* ECB.swift */,
  622. 75EC52461EE8B6CA0048EB3B /* OFB.swift */,
  623. 75EC52471EE8B6CA0048EB3B /* PCBC.swift */,
  624. );
  625. path = BlockMode;
  626. sourceTree = "<group>";
  627. };
  628. 75EC52521EE8B6CA0048EB3B /* Foundation */ = {
  629. isa = PBXGroup;
  630. children = (
  631. 75EC52531EE8B6CA0048EB3B /* AES+Foundation.swift */,
  632. 75EC52541EE8B6CA0048EB3B /* Blowfish+Foundation.swift */,
  633. 75EC52551EE8B6CA0048EB3B /* ChaCha20+Foundation.swift */,
  634. 75EC52561EE8B6CA0048EB3B /* Array+Foundation.swift */,
  635. 75EC52571EE8B6CA0048EB3B /* Data+Extension.swift */,
  636. 75EC52581EE8B6CA0048EB3B /* HMAC+Foundation.swift */,
  637. 75EC52591EE8B6CA0048EB3B /* Rabbit+Foundation.swift */,
  638. 75EC525A1EE8B6CA0048EB3B /* String+FoundationExtension.swift */,
  639. 75EC525B1EE8B6CA0048EB3B /* Utils+Foundation.swift */,
  640. );
  641. path = Foundation;
  642. sourceTree = "<group>";
  643. };
  644. 75EC52651EE8B6CA0048EB3B /* PKCS */ = {
  645. isa = PBXGroup;
  646. children = (
  647. 75EC52691EE8B6CA0048EB3B /* PKCS7Padding.swift */,
  648. 75EC52661EE8B6CA0048EB3B /* PBKDF1.swift */,
  649. 75EC52671EE8B6CA0048EB3B /* PBKDF2.swift */,
  650. 75EC52681EE8B6CA0048EB3B /* PKCS5.swift */,
  651. 750509981F6BEF2A00394A1B /* PKCS7.swift */,
  652. );
  653. path = PKCS;
  654. sourceTree = "<group>";
  655. };
  656. /* End PBXGroup section */
  657. /* Begin PBXHeadersBuildPhase section */
  658. 754BE45219693E190098E6F3 /* Headers */ = {
  659. isa = PBXHeadersBuildPhase;
  660. buildActionMask = 2147483647;
  661. files = (
  662. 758F95AB2072E8E20080D664 /* Bridging.h in Headers */,
  663. 75EC527B1EE8B73A0048EB3B /* CryptoSwift.h in Headers */,
  664. );
  665. runOnlyForDeploymentPostprocessing = 0;
  666. };
  667. /* End PBXHeadersBuildPhase section */
  668. /* Begin PBXNativeTarget section */
  669. 75211F91207249D8004E41F8 /* CryptoSwift-TestHostApp */ = {
  670. isa = PBXNativeTarget;
  671. buildConfigurationList = 75211FA4207249D8004E41F8 /* Build configuration list for PBXNativeTarget "CryptoSwift-TestHostApp" */;
  672. buildPhases = (
  673. 75211F8E207249D8004E41F8 /* Sources */,
  674. 75211F8F207249D8004E41F8 /* Frameworks */,
  675. 75211F90207249D8004E41F8 /* Resources */,
  676. 7564F0682072ED7000CA5A96 /* Embed Frameworks */,
  677. );
  678. buildRules = (
  679. );
  680. dependencies = (
  681. 7564F0672072ED7000CA5A96 /* PBXTargetDependency */,
  682. );
  683. name = "CryptoSwift-TestHostApp";
  684. productName = "CryptoSwift-TestHostApp";
  685. productReference = 75211F92207249D8004E41F8 /* CryptoSwift-TestHostApp.app */;
  686. productType = "com.apple.product-type.application";
  687. };
  688. 754BE45419693E190098E6F3 /* CryptoSwift */ = {
  689. isa = PBXNativeTarget;
  690. buildConfigurationList = 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */;
  691. buildPhases = (
  692. 754BE45019693E190098E6F3 /* Sources */,
  693. 754BE45119693E190098E6F3 /* Frameworks */,
  694. 754BE45219693E190098E6F3 /* Headers */,
  695. 754BE45319693E190098E6F3 /* Resources */,
  696. 75B601E0197D69770009B53D /* CopyFiles */,
  697. );
  698. buildRules = (
  699. );
  700. dependencies = (
  701. );
  702. name = CryptoSwift;
  703. productName = CryptoSwift;
  704. productReference = 754BE45519693E190098E6F3 /* CryptoSwift.framework */;
  705. productType = "com.apple.product-type.framework";
  706. };
  707. 754BE45F19693E190098E6F3 /* Tests */ = {
  708. isa = PBXNativeTarget;
  709. buildConfigurationList = 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "Tests" */;
  710. buildPhases = (
  711. 754BE45C19693E190098E6F3 /* Sources */,
  712. 754BE45D19693E190098E6F3 /* Frameworks */,
  713. 754BE45E19693E190098E6F3 /* Resources */,
  714. );
  715. buildRules = (
  716. );
  717. dependencies = (
  718. 75B601E4197D69EB0009B53D /* PBXTargetDependency */,
  719. 75B601E6197D6A270009B53D /* PBXTargetDependency */,
  720. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */,
  721. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */,
  722. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */,
  723. 75B6021D197D6CF10009B53D /* PBXTargetDependency */,
  724. 75B6021F197D6D070009B53D /* PBXTargetDependency */,
  725. 75F9482220BDDF9900956311 /* PBXTargetDependency */,
  726. );
  727. name = Tests;
  728. productName = Tests;
  729. productReference = 754BE46019693E190098E6F3 /* Tests.xctest */;
  730. productType = "com.apple.product-type.bundle.unit-test";
  731. };
  732. 7564F04E2072EAEB00CA5A96 /* TestsPerformance-iOS */ = {
  733. isa = PBXNativeTarget;
  734. buildConfigurationList = 7564F05C2072EAEB00CA5A96 /* Build configuration list for PBXNativeTarget "TestsPerformance-iOS" */;
  735. buildPhases = (
  736. 7564F0512072EAEB00CA5A96 /* Sources */,
  737. 7564F0592072EAEB00CA5A96 /* Frameworks */,
  738. 7564F05B2072EAEB00CA5A96 /* Resources */,
  739. );
  740. buildRules = (
  741. );
  742. dependencies = (
  743. 7564F04F2072EAEB00CA5A96 /* PBXTargetDependency */,
  744. 7564F0622072EB5D00CA5A96 /* PBXTargetDependency */,
  745. );
  746. name = "TestsPerformance-iOS";
  747. productName = TestsPerformance;
  748. productReference = 7564F0602072EAEB00CA5A96 /* TestsPerformance-iOS.xctest */;
  749. productType = "com.apple.product-type.bundle.unit-test";
  750. };
  751. 7595C1492072E48C00EA1A5F /* TestsPerformance-Mac */ = {
  752. isa = PBXNativeTarget;
  753. buildConfigurationList = 7595C1522072E48C00EA1A5F /* Build configuration list for PBXNativeTarget "TestsPerformance-Mac" */;
  754. buildPhases = (
  755. 7595C1462072E48C00EA1A5F /* Sources */,
  756. 7595C1472072E48C00EA1A5F /* Frameworks */,
  757. 7595C1482072E48C00EA1A5F /* Resources */,
  758. );
  759. buildRules = (
  760. );
  761. dependencies = (
  762. 7595C15F2072E64000EA1A5F /* PBXTargetDependency */,
  763. );
  764. name = "TestsPerformance-Mac";
  765. productName = TestsPerformance;
  766. productReference = 7595C14A2072E48C00EA1A5F /* TestsPerformance-Mac.xctest */;
  767. productType = "com.apple.product-type.bundle.unit-test";
  768. };
  769. /* End PBXNativeTarget section */
  770. /* Begin PBXProject section */
  771. 754BE44C19693E190098E6F3 /* Project object */ = {
  772. isa = PBXProject;
  773. attributes = {
  774. LastSwiftUpdateCheck = 0930;
  775. LastUpgradeCheck = 1020;
  776. ORGANIZATIONNAME = "Marcin Krzyzanowski";
  777. TargetAttributes = {
  778. 75211F91207249D8004E41F8 = {
  779. CreatedOnToolsVersion = 9.3;
  780. LastSwiftMigration = 1020;
  781. ProvisioningStyle = Automatic;
  782. };
  783. 754BE45419693E190098E6F3 = {
  784. CreatedOnToolsVersion = 6.0;
  785. LastSwiftMigration = 1020;
  786. ProvisioningStyle = Manual;
  787. };
  788. 754BE45F19693E190098E6F3 = {
  789. CreatedOnToolsVersion = 6.0;
  790. LastSwiftMigration = 1020;
  791. ProvisioningStyle = Manual;
  792. };
  793. 7564F04E2072EAEB00CA5A96 = {
  794. LastSwiftMigration = 1020;
  795. ProvisioningStyle = Manual;
  796. TestTargetID = 75211F91207249D8004E41F8;
  797. };
  798. 7595C1492072E48C00EA1A5F = {
  799. CreatedOnToolsVersion = 9.3;
  800. LastSwiftMigration = 1020;
  801. ProvisioningStyle = Manual;
  802. };
  803. };
  804. };
  805. buildConfigurationList = 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */;
  806. compatibilityVersion = "Xcode 8.0";
  807. developmentRegion = en;
  808. hasScannedForEncodings = 0;
  809. knownRegions = (
  810. en,
  811. Base,
  812. );
  813. mainGroup = 754BE44B19693E190098E6F3;
  814. productRefGroup = 754BE45619693E190098E6F3 /* Products */;
  815. projectDirPath = "";
  816. projectRoot = "";
  817. targets = (
  818. 754BE45419693E190098E6F3 /* CryptoSwift */,
  819. 75211F91207249D8004E41F8 /* CryptoSwift-TestHostApp */,
  820. 754BE45F19693E190098E6F3 /* Tests */,
  821. 7595C1492072E48C00EA1A5F /* TestsPerformance-Mac */,
  822. 7564F04E2072EAEB00CA5A96 /* TestsPerformance-iOS */,
  823. );
  824. };
  825. /* End PBXProject section */
  826. /* Begin PBXResourcesBuildPhase section */
  827. 75211F90207249D8004E41F8 /* Resources */ = {
  828. isa = PBXResourcesBuildPhase;
  829. buildActionMask = 2147483647;
  830. files = (
  831. 7576F64D20725BD6006688F8 /* Default-568h@2x.png in Resources */,
  832. );
  833. runOnlyForDeploymentPostprocessing = 0;
  834. };
  835. 754BE45319693E190098E6F3 /* Resources */ = {
  836. isa = PBXResourcesBuildPhase;
  837. buildActionMask = 2147483647;
  838. files = (
  839. );
  840. runOnlyForDeploymentPostprocessing = 0;
  841. };
  842. 754BE45E19693E190098E6F3 /* Resources */ = {
  843. isa = PBXResourcesBuildPhase;
  844. buildActionMask = 2147483647;
  845. files = (
  846. );
  847. runOnlyForDeploymentPostprocessing = 0;
  848. };
  849. 7564F05B2072EAEB00CA5A96 /* Resources */ = {
  850. isa = PBXResourcesBuildPhase;
  851. buildActionMask = 2147483647;
  852. files = (
  853. );
  854. runOnlyForDeploymentPostprocessing = 0;
  855. };
  856. 7595C1482072E48C00EA1A5F /* Resources */ = {
  857. isa = PBXResourcesBuildPhase;
  858. buildActionMask = 2147483647;
  859. files = (
  860. );
  861. runOnlyForDeploymentPostprocessing = 0;
  862. };
  863. /* End PBXResourcesBuildPhase section */
  864. /* Begin PBXSourcesBuildPhase section */
  865. 75211F8E207249D8004E41F8 /* Sources */ = {
  866. isa = PBXSourcesBuildPhase;
  867. buildActionMask = 2147483647;
  868. files = (
  869. 75211F95207249D8004E41F8 /* AppDelegate.swift in Sources */,
  870. );
  871. runOnlyForDeploymentPostprocessing = 0;
  872. };
  873. 754BE45019693E190098E6F3 /* Sources */ = {
  874. isa = PBXSourcesBuildPhase;
  875. buildActionMask = 2147483647;
  876. files = (
  877. 75EC52861EE8B8170048EB3B /* CFB.swift in Sources */,
  878. 75EC52901EE8B81A0048EB3B /* Collection+Extension.swift in Sources */,
  879. 0EE73E71204D598100110E11 /* CMAC.swift in Sources */,
  880. 7523742D2083C61D0016D662 /* GCM.swift in Sources */,
  881. 75F4E436216C98DE00F09710 /* CBCMAC.swift in Sources */,
  882. 752BED9F208C135700FC4743 /* AES+Foundation.swift in Sources */,
  883. E6200E141FB9A7AE00258382 /* HKDF.swift in Sources */,
  884. 75EC529F1EE8B8230048EB3B /* HMAC.swift in Sources */,
  885. 75EC52B91EE8B83D0048EB3B /* ZeroPadding.swift in Sources */,
  886. 7529366A20683DFC00195874 /* AEADChaCha20Poly1305.swift in Sources */,
  887. 75EC529E1EE8B8230048EB3B /* Generics.swift in Sources */,
  888. 75EC52AA1EE8B83D0048EB3B /* Poly1305.swift in Sources */,
  889. 75EC52AC1EE8B83D0048EB3B /* Cryptor.swift in Sources */,
  890. 75EC52821EE8B8170048EB3B /* BlockMode.swift in Sources */,
  891. 75EC52AE1EE8B83D0048EB3B /* SecureBytes.swift in Sources */,
  892. 75EC528F1EE8B81A0048EB3B /* Cipher.swift in Sources */,
  893. 75B3ED79210FA016005D4ADA /* BlockEncryptor.swift in Sources */,
  894. 75EC52A01EE8B8290048EB3B /* Int+Extension.swift in Sources */,
  895. 75EC52B01EE8B83D0048EB3B /* SHA2.swift in Sources */,
  896. 752BED9D208C120D00FC4743 /* Blowfish+Foundation.swift in Sources */,
  897. 75EC52B71EE8B83D0048EB3B /* Updatable.swift in Sources */,
  898. 75EC528E1EE8B81A0048EB3B /* Checksum.swift in Sources */,
  899. 754310442050111A003FB1DF /* CompactMap.swift in Sources */,
  900. 75EC52811EE8B8130048EB3B /* BlockCipher.swift in Sources */,
  901. 75EC52941EE8B81A0048EB3B /* DigestType.swift in Sources */,
  902. 75EC529B1EE8B8200048EB3B /* Rabbit+Foundation.swift in Sources */,
  903. 756A64C62111083B00BE8805 /* StreamEncryptor.swift in Sources */,
  904. 75EC52A61EE8B8390048EB3B /* PBKDF1.swift in Sources */,
  905. 75EC52B41EE8B83D0048EB3B /* UInt32+Extension.swift in Sources */,
  906. 75EC52911EE8B81A0048EB3B /* Cryptors.swift in Sources */,
  907. 75EC52881EE8B8170048EB3B /* ECB.swift in Sources */,
  908. 75EC52841EE8B8170048EB3B /* CipherModeWorker.swift in Sources */,
  909. 75EC52A41EE8B8290048EB3B /* Operators.swift in Sources */,
  910. 75EC529A1EE8B8200048EB3B /* HMAC+Foundation.swift in Sources */,
  911. 75EC52B21EE8B83D0048EB3B /* String+Extension.swift in Sources */,
  912. 750509991F6BEF2A00394A1B /* PKCS7.swift in Sources */,
  913. 75EC52B51EE8B83D0048EB3B /* UInt64+Extension.swift in Sources */,
  914. 75EC52AF1EE8B83D0048EB3B /* SHA1.swift in Sources */,
  915. 75EC52801EE8B8130048EB3B /* Bit.swift in Sources */,
  916. 75EC52971EE8B8200048EB3B /* ChaCha20+Foundation.swift in Sources */,
  917. 75F4E434216C93EF00F09710 /* CCM.swift in Sources */,
  918. 75EC52871EE8B8170048EB3B /* CTR.swift in Sources */,
  919. 75EC52A21EE8B8290048EB3B /* MD5.swift in Sources */,
  920. 75EC527C1EE8B8130048EB3B /* AES.swift in Sources */,
  921. 752BED9E208C121000FC4743 /* Blowfish.swift in Sources */,
  922. 75EC52A91EE8B83D0048EB3B /* PKCS7Padding.swift in Sources */,
  923. 75EC52A51EE8B8290048EB3B /* Padding.swift in Sources */,
  924. 75EC527F1EE8B8130048EB3B /* BatchedCollection.swift in Sources */,
  925. 75EC52991EE8B8200048EB3B /* Data+Extension.swift in Sources */,
  926. 75EC52B61EE8B83D0048EB3B /* UInt8+Extension.swift in Sources */,
  927. 75EC52891EE8B8170048EB3B /* OFB.swift in Sources */,
  928. 75EC52831EE8B8170048EB3B /* BlockModeOptions.swift in Sources */,
  929. 753674072175D012003E32A6 /* StreamDecryptor.swift in Sources */,
  930. 751EE9781F93996100161FFC /* AES.Cryptors.swift in Sources */,
  931. 75EC527D1EE8B8130048EB3B /* Array+Extension.swift in Sources */,
  932. 75D7AF38208BFB1600D22BEB /* UInt128.swift in Sources */,
  933. 75EC52B31EE8B83D0048EB3B /* UInt16+Extension.swift in Sources */,
  934. 75EC52A81EE8B8390048EB3B /* PKCS5.swift in Sources */,
  935. 1467460F2017BB3600DF04ED /* AEAD.swift in Sources */,
  936. 75EC528A1EE8B8170048EB3B /* PCBC.swift in Sources */,
  937. 75EC528D1EE8B81A0048EB3B /* ChaCha20.swift in Sources */,
  938. 75EC52851EE8B8170048EB3B /* CBC.swift in Sources */,
  939. 75EC52A71EE8B8390048EB3B /* PBKDF2.swift in Sources */,
  940. 75EC529D1EE8B8200048EB3B /* Utils+Foundation.swift in Sources */,
  941. 75EC527E1EE8B8130048EB3B /* Authenticator.swift in Sources */,
  942. 75EC52AB1EE8B83D0048EB3B /* Rabbit.swift in Sources */,
  943. 75B3ED77210F9DF7005D4ADA /* BlockDecryptor.swift in Sources */,
  944. 75EC529C1EE8B8200048EB3B /* String+FoundationExtension.swift in Sources */,
  945. 75EC52B81EE8B83D0048EB3B /* Utils.swift in Sources */,
  946. 75EC52981EE8B8200048EB3B /* Array+Foundation.swift in Sources */,
  947. 75EC52B11EE8B83D0048EB3B /* SHA3.swift in Sources */,
  948. 75EC52A31EE8B8290048EB3B /* NoPadding.swift in Sources */,
  949. 81F279DD2181F58300449EDA /* Scrypt.swift in Sources */,
  950. 75EC52931EE8B81A0048EB3B /* Digest.swift in Sources */,
  951. );
  952. runOnlyForDeploymentPostprocessing = 0;
  953. };
  954. 754BE45C19693E190098E6F3 /* Sources */ = {
  955. isa = PBXSourcesBuildPhase;
  956. buildActionMask = 2147483647;
  957. files = (
  958. 75C2E76D1D55F097003D2BCA /* Access.swift in Sources */,
  959. 75482EA41CB310B7001F66A5 /* PBKDF.swift in Sources */,
  960. 758A94291A65C67400E46135 /* HMACTests.swift in Sources */,
  961. 75100F8F19B0BC890005C5F5 /* Poly1305Tests.swift in Sources */,
  962. E6200E171FB9B68C00258382 /* HKDFTests.swift in Sources */,
  963. 754BE46819693E190098E6F3 /* DigestTests.swift in Sources */,
  964. E3FD2D531D6B81CE00A9F35F /* Error+Extension.swift in Sources */,
  965. 757DA2591A4ED4D7002BA3EF /* ChaCha20Tests.swift in Sources */,
  966. 755FB1DA199E347D00475437 /* ExtensionsTest.swift in Sources */,
  967. 81F279DF2181F5A000449EDA /* ScryptTests.swift in Sources */,
  968. 674A736F1BF5D85B00866C5B /* RabbitTests.swift in Sources */,
  969. 0EE73E74204D59C200110E11 /* CMACTests.swift in Sources */,
  970. 750CC3EB1DC0CACE0096BE6E /* BlowfishTests.swift in Sources */,
  971. 757DA2531A4ED0A4002BA3EF /* PaddingTests.swift in Sources */,
  972. 14156CE52011422400DDCFBC /* ChaCha20Poly1305Tests.swift in Sources */,
  973. 757DA2551A4ED408002BA3EF /* AESTests.swift in Sources */,
  974. 7594CCBC217A76DC0055C95D /* AESCCMTests.swift in Sources */,
  975. );
  976. runOnlyForDeploymentPostprocessing = 0;
  977. };
  978. 7564F0512072EAEB00CA5A96 /* Sources */ = {
  979. isa = PBXSourcesBuildPhase;
  980. buildActionMask = 2147483647;
  981. files = (
  982. 7564F0522072EAEB00CA5A96 /* PBKDFPerf.swift in Sources */,
  983. 7564F0532072EAEB00CA5A96 /* ChaCha20TestsPerf.swift in Sources */,
  984. 7564F0542072EAEB00CA5A96 /* RabbitTestsPerf.swift in Sources */,
  985. 7564F0552072EAEB00CA5A96 /* ExtensionsTestPerf.swift in Sources */,
  986. 7564F0562072EAEB00CA5A96 /* DigestTestsPerf.swift in Sources */,
  987. 81F279E22181F5C500449EDA /* ScryptTestsPerf.swift in Sources */,
  988. 7564F0572072EAEB00CA5A96 /* TestsPerformance.swift in Sources */,
  989. 7564F0582072EAEB00CA5A96 /* AESTestsPerf.swift in Sources */,
  990. );
  991. runOnlyForDeploymentPostprocessing = 0;
  992. };
  993. 7595C1462072E48C00EA1A5F /* Sources */ = {
  994. isa = PBXSourcesBuildPhase;
  995. buildActionMask = 2147483647;
  996. files = (
  997. 7595C15D2072E5B900EA1A5F /* PBKDFPerf.swift in Sources */,
  998. 7595C15A2072E5B900EA1A5F /* ChaCha20TestsPerf.swift in Sources */,
  999. 7595C15B2072E5B900EA1A5F /* RabbitTestsPerf.swift in Sources */,
  1000. 7595C15C2072E5B900EA1A5F /* ExtensionsTestPerf.swift in Sources */,
  1001. 7595C1582072E5B900EA1A5F /* DigestTestsPerf.swift in Sources */,
  1002. 81F279E12181F5C500449EDA /* ScryptTestsPerf.swift in Sources */,
  1003. 7595C14D2072E48C00EA1A5F /* TestsPerformance.swift in Sources */,
  1004. 7595C1592072E5B900EA1A5F /* AESTestsPerf.swift in Sources */,
  1005. );
  1006. runOnlyForDeploymentPostprocessing = 0;
  1007. };
  1008. /* End PBXSourcesBuildPhase section */
  1009. /* Begin PBXTargetDependency section */
  1010. 7564F04F2072EAEB00CA5A96 /* PBXTargetDependency */ = {
  1011. isa = PBXTargetDependency;
  1012. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1013. targetProxy = 7564F0502072EAEB00CA5A96 /* PBXContainerItemProxy */;
  1014. };
  1015. 7564F0622072EB5D00CA5A96 /* PBXTargetDependency */ = {
  1016. isa = PBXTargetDependency;
  1017. target = 75211F91207249D8004E41F8 /* CryptoSwift-TestHostApp */;
  1018. targetProxy = 7564F0612072EB5D00CA5A96 /* PBXContainerItemProxy */;
  1019. };
  1020. 7564F0672072ED7000CA5A96 /* PBXTargetDependency */ = {
  1021. isa = PBXTargetDependency;
  1022. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1023. targetProxy = 7564F0662072ED7000CA5A96 /* PBXContainerItemProxy */;
  1024. };
  1025. 7595C15F2072E64000EA1A5F /* PBXTargetDependency */ = {
  1026. isa = PBXTargetDependency;
  1027. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1028. targetProxy = 7595C15E2072E64000EA1A5F /* PBXContainerItemProxy */;
  1029. };
  1030. 75B601E4197D69EB0009B53D /* PBXTargetDependency */ = {
  1031. isa = PBXTargetDependency;
  1032. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1033. targetProxy = 75B601E3197D69EB0009B53D /* PBXContainerItemProxy */;
  1034. };
  1035. 75B601E6197D6A270009B53D /* PBXTargetDependency */ = {
  1036. isa = PBXTargetDependency;
  1037. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1038. targetProxy = 75B601E5197D6A270009B53D /* PBXContainerItemProxy */;
  1039. };
  1040. 75B601E8197D6A3A0009B53D /* PBXTargetDependency */ = {
  1041. isa = PBXTargetDependency;
  1042. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1043. targetProxy = 75B601E7197D6A3A0009B53D /* PBXContainerItemProxy */;
  1044. };
  1045. 75B601EA197D6A5C0009B53D /* PBXTargetDependency */ = {
  1046. isa = PBXTargetDependency;
  1047. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1048. targetProxy = 75B601E9197D6A5C0009B53D /* PBXContainerItemProxy */;
  1049. };
  1050. 75B601ED197D6B3D0009B53D /* PBXTargetDependency */ = {
  1051. isa = PBXTargetDependency;
  1052. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1053. targetProxy = 75B601EC197D6B3D0009B53D /* PBXContainerItemProxy */;
  1054. };
  1055. 75B6021D197D6CF10009B53D /* PBXTargetDependency */ = {
  1056. isa = PBXTargetDependency;
  1057. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1058. targetProxy = 75B6021C197D6CF10009B53D /* PBXContainerItemProxy */;
  1059. };
  1060. 75B6021F197D6D070009B53D /* PBXTargetDependency */ = {
  1061. isa = PBXTargetDependency;
  1062. target = 754BE45419693E190098E6F3 /* CryptoSwift */;
  1063. targetProxy = 75B6021E197D6D070009B53D /* PBXContainerItemProxy */;
  1064. };
  1065. 75F9482220BDDF9900956311 /* PBXTargetDependency */ = {
  1066. isa = PBXTargetDependency;
  1067. target = 75211F91207249D8004E41F8 /* CryptoSwift-TestHostApp */;
  1068. targetProxy = 75F9482120BDDF9900956311 /* PBXContainerItemProxy */;
  1069. };
  1070. /* End PBXTargetDependency section */
  1071. /* Begin XCBuildConfiguration section */
  1072. 75211FA1207249D8004E41F8 /* Debug */ = {
  1073. isa = XCBuildConfiguration;
  1074. baseConfigurationReference = 75211FAB20724A0F004E41F8 /* CryptoSwift-TestHostApp-Debug.xcconfig */;
  1075. buildSettings = {
  1076. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1077. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1078. };
  1079. name = Debug;
  1080. };
  1081. 75211FA2207249D8004E41F8 /* Release */ = {
  1082. isa = XCBuildConfiguration;
  1083. baseConfigurationReference = 75211FB320724A10004E41F8 /* CryptoSwift-TestHostApp-Release.xcconfig */;
  1084. buildSettings = {
  1085. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1086. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1087. };
  1088. name = Release;
  1089. };
  1090. 75211FA3207249D8004E41F8 /* Test */ = {
  1091. isa = XCBuildConfiguration;
  1092. baseConfigurationReference = 75211FA520724A0F004E41F8 /* CryptoSwift-TestHostApp-Test.xcconfig */;
  1093. buildSettings = {
  1094. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1095. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1096. };
  1097. name = Test;
  1098. };
  1099. 754BE46919693E190098E6F3 /* Debug */ = {
  1100. isa = XCBuildConfiguration;
  1101. baseConfigurationReference = 75211FB020724A10004E41F8 /* Project-Debug.xcconfig */;
  1102. buildSettings = {
  1103. };
  1104. name = Debug;
  1105. };
  1106. 754BE46A19693E190098E6F3 /* Release */ = {
  1107. isa = XCBuildConfiguration;
  1108. baseConfigurationReference = 75211FAA20724A0F004E41F8 /* Project-Release.xcconfig */;
  1109. buildSettings = {
  1110. };
  1111. name = Release;
  1112. };
  1113. 754BE46C19693E190098E6F3 /* Debug */ = {
  1114. isa = XCBuildConfiguration;
  1115. baseConfigurationReference = 75211FAF20724A10004E41F8 /* CryptoSwift-Debug.xcconfig */;
  1116. buildSettings = {
  1117. };
  1118. name = Debug;
  1119. };
  1120. 754BE46D19693E190098E6F3 /* Release */ = {
  1121. isa = XCBuildConfiguration;
  1122. baseConfigurationReference = 75211FAC20724A0F004E41F8 /* CryptoSwift-Release.xcconfig */;
  1123. buildSettings = {
  1124. };
  1125. name = Release;
  1126. };
  1127. 754BE46F19693E190098E6F3 /* Debug */ = {
  1128. isa = XCBuildConfiguration;
  1129. baseConfigurationReference = 75211FA720724A0F004E41F8 /* Tests-Debug.xcconfig */;
  1130. buildSettings = {
  1131. };
  1132. name = Debug;
  1133. };
  1134. 754BE47019693E190098E6F3 /* Release */ = {
  1135. isa = XCBuildConfiguration;
  1136. baseConfigurationReference = 75211FAD20724A0F004E41F8 /* Tests-Release.xcconfig */;
  1137. buildSettings = {
  1138. };
  1139. name = Release;
  1140. };
  1141. 7564F05D2072EAEB00CA5A96 /* Debug */ = {
  1142. isa = XCBuildConfiguration;
  1143. baseConfigurationReference = 75211FA720724A0F004E41F8 /* Tests-Debug.xcconfig */;
  1144. buildSettings = {
  1145. INFOPLIST_FILE = Tests/TestsPerformance/Info.plist;
  1146. SDKROOT = iphoneos;
  1147. SWIFT_OBJC_BRIDGING_HEADER = Tests/TestsPerformance/Bridging.h;
  1148. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CryptoSwift-TestHostApp.app/CryptoSwift-TestHostApp";
  1149. };
  1150. name = Debug;
  1151. };
  1152. 7564F05E2072EAEB00CA5A96 /* Release */ = {
  1153. isa = XCBuildConfiguration;
  1154. baseConfigurationReference = 75211FAD20724A0F004E41F8 /* Tests-Release.xcconfig */;
  1155. buildSettings = {
  1156. INFOPLIST_FILE = Tests/TestsPerformance/Info.plist;
  1157. SDKROOT = iphoneos;
  1158. SWIFT_OBJC_BRIDGING_HEADER = Tests/TestsPerformance/Bridging.h;
  1159. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CryptoSwift-TestHostApp.app/CryptoSwift-TestHostApp";
  1160. };
  1161. name = Release;
  1162. };
  1163. 7564F05F2072EAEB00CA5A96 /* Test */ = {
  1164. isa = XCBuildConfiguration;
  1165. baseConfigurationReference = 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */;
  1166. buildSettings = {
  1167. INFOPLIST_FILE = Tests/TestsPerformance/Info.plist;
  1168. SDKROOT = iphoneos;
  1169. SWIFT_OBJC_BRIDGING_HEADER = Tests/TestsPerformance/Bridging.h;
  1170. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CryptoSwift-TestHostApp.app/CryptoSwift-TestHostApp";
  1171. };
  1172. name = Test;
  1173. };
  1174. 756B66AA1F6AAFDB00DEC41C /* Test */ = {
  1175. isa = XCBuildConfiguration;
  1176. baseConfigurationReference = 75211FA620724A0F004E41F8 /* Project-Test.xcconfig */;
  1177. buildSettings = {
  1178. };
  1179. name = Test;
  1180. };
  1181. 756B66AB1F6AAFDB00DEC41C /* Test */ = {
  1182. isa = XCBuildConfiguration;
  1183. baseConfigurationReference = 75211FB420724A10004E41F8 /* CryptoSwift-Test.xcconfig */;
  1184. buildSettings = {
  1185. };
  1186. name = Test;
  1187. };
  1188. 756B66AC1F6AAFDB00DEC41C /* Test */ = {
  1189. isa = XCBuildConfiguration;
  1190. baseConfigurationReference = 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */;
  1191. buildSettings = {
  1192. };
  1193. name = Test;
  1194. };
  1195. 7595C14F2072E48C00EA1A5F /* Debug */ = {
  1196. isa = XCBuildConfiguration;
  1197. baseConfigurationReference = 75211FA720724A0F004E41F8 /* Tests-Debug.xcconfig */;
  1198. buildSettings = {
  1199. DEVELOPMENT_TEAM = "";
  1200. INFOPLIST_FILE = Tests/TestsPerformance/Info.plist;
  1201. SWIFT_OBJC_BRIDGING_HEADER = Tests/TestsPerformance/Bridging.h;
  1202. };
  1203. name = Debug;
  1204. };
  1205. 7595C1502072E48C00EA1A5F /* Release */ = {
  1206. isa = XCBuildConfiguration;
  1207. baseConfigurationReference = 75211FAD20724A0F004E41F8 /* Tests-Release.xcconfig */;
  1208. buildSettings = {
  1209. DEVELOPMENT_TEAM = "";
  1210. INFOPLIST_FILE = Tests/TestsPerformance/Info.plist;
  1211. SWIFT_OBJC_BRIDGING_HEADER = Tests/TestsPerformance/Bridging.h;
  1212. };
  1213. name = Release;
  1214. };
  1215. 7595C1512072E48C00EA1A5F /* Test */ = {
  1216. isa = XCBuildConfiguration;
  1217. baseConfigurationReference = 75211FB120724A10004E41F8 /* Tests-Test.xcconfig */;
  1218. buildSettings = {
  1219. DEVELOPMENT_TEAM = "";
  1220. INFOPLIST_FILE = Tests/TestsPerformance/Info.plist;
  1221. SWIFT_OBJC_BRIDGING_HEADER = Tests/TestsPerformance/Bridging.h;
  1222. };
  1223. name = Test;
  1224. };
  1225. /* End XCBuildConfiguration section */
  1226. /* Begin XCConfigurationList section */
  1227. 75211FA4207249D8004E41F8 /* Build configuration list for PBXNativeTarget "CryptoSwift-TestHostApp" */ = {
  1228. isa = XCConfigurationList;
  1229. buildConfigurations = (
  1230. 75211FA1207249D8004E41F8 /* Debug */,
  1231. 75211FA2207249D8004E41F8 /* Release */,
  1232. 75211FA3207249D8004E41F8 /* Test */,
  1233. );
  1234. defaultConfigurationIsVisible = 0;
  1235. defaultConfigurationName = Release;
  1236. };
  1237. 754BE44F19693E190098E6F3 /* Build configuration list for PBXProject "CryptoSwift" */ = {
  1238. isa = XCConfigurationList;
  1239. buildConfigurations = (
  1240. 754BE46919693E190098E6F3 /* Debug */,
  1241. 754BE46A19693E190098E6F3 /* Release */,
  1242. 756B66AA1F6AAFDB00DEC41C /* Test */,
  1243. );
  1244. defaultConfigurationIsVisible = 0;
  1245. defaultConfigurationName = Release;
  1246. };
  1247. 754BE46B19693E190098E6F3 /* Build configuration list for PBXNativeTarget "CryptoSwift" */ = {
  1248. isa = XCConfigurationList;
  1249. buildConfigurations = (
  1250. 754BE46C19693E190098E6F3 /* Debug */,
  1251. 754BE46D19693E190098E6F3 /* Release */,
  1252. 756B66AB1F6AAFDB00DEC41C /* Test */,
  1253. );
  1254. defaultConfigurationIsVisible = 0;
  1255. defaultConfigurationName = Release;
  1256. };
  1257. 754BE46E19693E190098E6F3 /* Build configuration list for PBXNativeTarget "Tests" */ = {
  1258. isa = XCConfigurationList;
  1259. buildConfigurations = (
  1260. 754BE46F19693E190098E6F3 /* Debug */,
  1261. 754BE47019693E190098E6F3 /* Release */,
  1262. 756B66AC1F6AAFDB00DEC41C /* Test */,
  1263. );
  1264. defaultConfigurationIsVisible = 0;
  1265. defaultConfigurationName = Release;
  1266. };
  1267. 7564F05C2072EAEB00CA5A96 /* Build configuration list for PBXNativeTarget "TestsPerformance-iOS" */ = {
  1268. isa = XCConfigurationList;
  1269. buildConfigurations = (
  1270. 7564F05D2072EAEB00CA5A96 /* Debug */,
  1271. 7564F05E2072EAEB00CA5A96 /* Release */,
  1272. 7564F05F2072EAEB00CA5A96 /* Test */,
  1273. );
  1274. defaultConfigurationIsVisible = 0;
  1275. defaultConfigurationName = Release;
  1276. };
  1277. 7595C1522072E48C00EA1A5F /* Build configuration list for PBXNativeTarget "TestsPerformance-Mac" */ = {
  1278. isa = XCConfigurationList;
  1279. buildConfigurations = (
  1280. 7595C14F2072E48C00EA1A5F /* Debug */,
  1281. 7595C1502072E48C00EA1A5F /* Release */,
  1282. 7595C1512072E48C00EA1A5F /* Test */,
  1283. );
  1284. defaultConfigurationIsVisible = 0;
  1285. defaultConfigurationName = Release;
  1286. };
  1287. /* End XCConfigurationList section */
  1288. };
  1289. rootObject = 754BE44C19693E190098E6F3 /* Project object */;
  1290. }