project.pbxproj 81 KB

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