project.pbxproj 76 KB

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