project.pbxproj 78 KB

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