1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="libtomcrypt"
6	ProjectGUID="{E3802982-DCB6-4D85-A2BD-6B08F0657E79}"
7	RootNamespace="libtomcrypt"
8	TargetFrameworkVersion="0"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14		<Platform
15			Name="x64"
16		/>
17	</Platforms>
18	<ToolFiles>
19	</ToolFiles>
20	<Configurations>
21		<Configuration
22			Name="Debug|Win32"
23			OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
24			IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
25			ConfigurationType="4"
26			UseOfMFC="0"
27			ATLMinimizesCRunTimeLibraryUsage="false"
28			CharacterSet="0"
29			>
30			<Tool
31				Name="VCPreBuildEventTool"
32			/>
33			<Tool
34				Name="VCCustomBuildTool"
35			/>
36			<Tool
37				Name="VCXMLDataGeneratorTool"
38			/>
39			<Tool
40				Name="VCWebServiceProxyGeneratorTool"
41			/>
42			<Tool
43				Name="VCMIDLTool"
44			/>
45			<Tool
46				Name="VCCLCompilerTool"
47				Optimization="0"
48				AdditionalIncludeDirectories="src\headers,..\libtommath"
49				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
50				MinimalRebuild="true"
51				ExceptionHandling="0"
52				BasicRuntimeChecks="3"
53				RuntimeLibrary="1"
54				PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
55				AssemblerListingLocation="$(IntDir)\"
56				ObjectFile="$(IntDir)\"
57				ProgramDataBaseFileName="$(IntDir)\"
58				WarningLevel="3"
59				SuppressStartupBanner="true"
60				DebugInformationFormat="4"
61				CompileAs="1"
62			/>
63			<Tool
64				Name="VCManagedResourceCompilerTool"
65			/>
66			<Tool
67				Name="VCResourceCompilerTool"
68				PreprocessorDefinitions="_DEBUG"
69				Culture="1033"
70			/>
71			<Tool
72				Name="VCPreLinkEventTool"
73			/>
74			<Tool
75				Name="VCLibrarianTool"
76				OutputFile="$(OutDir)\tomcryptd.lib"
77				SuppressStartupBanner="true"
78			/>
79			<Tool
80				Name="VCALinkTool"
81			/>
82			<Tool
83				Name="VCXDCMakeTool"
84			/>
85			<Tool
86				Name="VCBscMakeTool"
87				SuppressStartupBanner="true"
88				OutputFile=".\Debug/libtomcrypt.bsc"
89			/>
90			<Tool
91				Name="VCFxCopTool"
92			/>
93			<Tool
94				Name="VCPostBuildEventTool"
95			/>
96		</Configuration>
97		<Configuration
98			Name="Release|Win32"
99			OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
100			IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
101			ConfigurationType="4"
102			UseOfMFC="0"
103			ATLMinimizesCRunTimeLibraryUsage="false"
104			CharacterSet="0"
105			>
106			<Tool
107				Name="VCPreBuildEventTool"
108			/>
109			<Tool
110				Name="VCCustomBuildTool"
111			/>
112			<Tool
113				Name="VCXMLDataGeneratorTool"
114			/>
115			<Tool
116				Name="VCWebServiceProxyGeneratorTool"
117			/>
118			<Tool
119				Name="VCMIDLTool"
120			/>
121			<Tool
122				Name="VCCLCompilerTool"
123				Optimization="2"
124				InlineFunctionExpansion="1"
125				AdditionalIncludeDirectories="src\headers,..\libtommath"
126				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
127				StringPooling="true"
128				ExceptionHandling="0"
129				RuntimeLibrary="0"
130				EnableFunctionLevelLinking="true"
131				PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
132				AssemblerListingLocation="$(IntDir)\"
133				ObjectFile="$(IntDir)\"
134				ProgramDataBaseFileName="$(IntDir)\"
135				WarningLevel="3"
136				SuppressStartupBanner="true"
137				CompileAs="1"
138			/>
139			<Tool
140				Name="VCManagedResourceCompilerTool"
141			/>
142			<Tool
143				Name="VCResourceCompilerTool"
144				PreprocessorDefinitions="NDEBUG"
145				Culture="1033"
146			/>
147			<Tool
148				Name="VCPreLinkEventTool"
149			/>
150			<Tool
151				Name="VCLibrarianTool"
152				OutputFile="$(OutDir)\tomcrypt.lib"
153				SuppressStartupBanner="true"
154			/>
155			<Tool
156				Name="VCALinkTool"
157			/>
158			<Tool
159				Name="VCXDCMakeTool"
160			/>
161			<Tool
162				Name="VCBscMakeTool"
163				SuppressStartupBanner="true"
164				OutputFile=".\Release/libtomcrypt.bsc"
165			/>
166			<Tool
167				Name="VCFxCopTool"
168			/>
169			<Tool
170				Name="VCPostBuildEventTool"
171			/>
172		</Configuration>
173		<Configuration
174			Name="Debug|x64"
175			OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
176			IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
177			ConfigurationType="4"
178			UseOfMFC="0"
179			ATLMinimizesCRunTimeLibraryUsage="false"
180			CharacterSet="0"
181			>
182			<Tool
183				Name="VCPreBuildEventTool"
184			/>
185			<Tool
186				Name="VCCustomBuildTool"
187			/>
188			<Tool
189				Name="VCXMLDataGeneratorTool"
190			/>
191			<Tool
192				Name="VCWebServiceProxyGeneratorTool"
193			/>
194			<Tool
195				Name="VCMIDLTool"
196				TargetEnvironment="3"
197			/>
198			<Tool
199				Name="VCCLCompilerTool"
200				Optimization="0"
201				AdditionalIncludeDirectories="src\headers,..\libtommath"
202				PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
203				MinimalRebuild="true"
204				ExceptionHandling="0"
205				BasicRuntimeChecks="3"
206				RuntimeLibrary="1"
207				PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
208				AssemblerListingLocation="$(IntDir)\"
209				ObjectFile="$(IntDir)\"
210				ProgramDataBaseFileName="$(IntDir)\"
211				WarningLevel="3"
212				SuppressStartupBanner="true"
213				DebugInformationFormat="3"
214				CompileAs="1"
215			/>
216			<Tool
217				Name="VCManagedResourceCompilerTool"
218			/>
219			<Tool
220				Name="VCResourceCompilerTool"
221				PreprocessorDefinitions="_DEBUG"
222				Culture="1033"
223			/>
224			<Tool
225				Name="VCPreLinkEventTool"
226			/>
227			<Tool
228				Name="VCLibrarianTool"
229				OutputFile="$(OutDir)\tomcryptd.lib"
230				SuppressStartupBanner="true"
231			/>
232			<Tool
233				Name="VCALinkTool"
234			/>
235			<Tool
236				Name="VCXDCMakeTool"
237			/>
238			<Tool
239				Name="VCBscMakeTool"
240				SuppressStartupBanner="true"
241				OutputFile=".\Debug/libtomcrypt.bsc"
242			/>
243			<Tool
244				Name="VCFxCopTool"
245			/>
246			<Tool
247				Name="VCPostBuildEventTool"
248			/>
249		</Configuration>
250		<Configuration
251			Name="Release|x64"
252			OutputDirectory="MSVC_$(PlatformName)_$(ConfigurationName)"
253			IntermediateDirectory="MSVC_$(PlatformName)_$(ConfigurationName)\Intermediate"
254			ConfigurationType="4"
255			UseOfMFC="0"
256			ATLMinimizesCRunTimeLibraryUsage="false"
257			CharacterSet="0"
258			>
259			<Tool
260				Name="VCPreBuildEventTool"
261			/>
262			<Tool
263				Name="VCCustomBuildTool"
264			/>
265			<Tool
266				Name="VCXMLDataGeneratorTool"
267			/>
268			<Tool
269				Name="VCWebServiceProxyGeneratorTool"
270			/>
271			<Tool
272				Name="VCMIDLTool"
273				TargetEnvironment="3"
274			/>
275			<Tool
276				Name="VCCLCompilerTool"
277				Optimization="2"
278				InlineFunctionExpansion="1"
279				AdditionalIncludeDirectories="src\headers,..\libtommath"
280				PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;LTM_DESC;LTC_SOURCE;LTC_NO_TEST;LTC_NO_PROTOTYPES"
281				StringPooling="true"
282				ExceptionHandling="0"
283				RuntimeLibrary="0"
284				EnableFunctionLevelLinking="true"
285				PrecompiledHeaderFile="$(IntDir)\libtomcrypt.pch"
286				AssemblerListingLocation="$(IntDir)\"
287				ObjectFile="$(IntDir)\"
288				ProgramDataBaseFileName="$(IntDir)\"
289				WarningLevel="3"
290				SuppressStartupBanner="true"
291				CompileAs="1"
292			/>
293			<Tool
294				Name="VCManagedResourceCompilerTool"
295			/>
296			<Tool
297				Name="VCResourceCompilerTool"
298				PreprocessorDefinitions="NDEBUG"
299				Culture="1033"
300			/>
301			<Tool
302				Name="VCPreLinkEventTool"
303			/>
304			<Tool
305				Name="VCLibrarianTool"
306				OutputFile="$(OutDir)\tomcrypt.lib"
307				SuppressStartupBanner="true"
308			/>
309			<Tool
310				Name="VCALinkTool"
311			/>
312			<Tool
313				Name="VCXDCMakeTool"
314			/>
315			<Tool
316				Name="VCBscMakeTool"
317				SuppressStartupBanner="true"
318				OutputFile=".\Release/libtomcrypt.bsc"
319			/>
320			<Tool
321				Name="VCFxCopTool"
322			/>
323			<Tool
324				Name="VCPostBuildEventTool"
325			/>
326		</Configuration>
327	</Configurations>
328	<References>
329	</References>
330	<Files>
331		<Filter
332			Name="ciphers"
333			>
334			<File
335				RelativePath="src\ciphers\anubis.c"
336				>
337			</File>
338			<File
339				RelativePath="src\ciphers\blowfish.c"
340				>
341			</File>
342			<File
343				RelativePath="src\ciphers\camellia.c"
344				>
345			</File>
346			<File
347				RelativePath="src\ciphers\cast5.c"
348				>
349			</File>
350			<File
351				RelativePath="src\ciphers\des.c"
352				>
353			</File>
354			<File
355				RelativePath="src\ciphers\kasumi.c"
356				>
357			</File>
358			<File
359				RelativePath="src\ciphers\khazad.c"
360				>
361			</File>
362			<File
363				RelativePath="src\ciphers\kseed.c"
364				>
365			</File>
366			<File
367				RelativePath="src\ciphers\multi2.c"
368				>
369			</File>
370			<File
371				RelativePath="src\ciphers\noekeon.c"
372				>
373			</File>
374			<File
375				RelativePath="src\ciphers\rc2.c"
376				>
377			</File>
378			<File
379				RelativePath="src\ciphers\rc5.c"
380				>
381			</File>
382			<File
383				RelativePath="src\ciphers\rc6.c"
384				>
385			</File>
386			<File
387				RelativePath="src\ciphers\skipjack.c"
388				>
389			</File>
390			<File
391				RelativePath="src\ciphers\xtea.c"
392				>
393			</File>
394			<Filter
395				Name="aes"
396				>
397				<File
398					RelativePath="src\ciphers\aes\aes.c"
399					>
400				</File>
401				<File
402					RelativePath="src\ciphers\aes\aes_tab.c"
403					>
404					<FileConfiguration
405						Name="Debug|Win32"
406						ExcludedFromBuild="true"
407						>
408						<Tool
409							Name="VCCLCompilerTool"
410							AdditionalIncludeDirectories=""
411							PreprocessorDefinitions=""
412						/>
413					</FileConfiguration>
414					<FileConfiguration
415						Name="Release|Win32"
416						ExcludedFromBuild="true"
417						>
418						<Tool
419							Name="VCCLCompilerTool"
420							AdditionalIncludeDirectories=""
421							PreprocessorDefinitions=""
422						/>
423					</FileConfiguration>
424					<FileConfiguration
425						Name="Debug|x64"
426						ExcludedFromBuild="true"
427						>
428						<Tool
429							Name="VCCLCompilerTool"
430							AdditionalIncludeDirectories=""
431							PreprocessorDefinitions=""
432						/>
433					</FileConfiguration>
434					<FileConfiguration
435						Name="Release|x64"
436						ExcludedFromBuild="true"
437						>
438						<Tool
439							Name="VCCLCompilerTool"
440							AdditionalIncludeDirectories=""
441							PreprocessorDefinitions=""
442						/>
443					</FileConfiguration>
444				</File>
445			</Filter>
446			<Filter
447				Name="safer"
448				>
449				<File
450					RelativePath="src\ciphers\safer\safer.c"
451					>
452				</File>
453				<File
454					RelativePath="src\ciphers\safer\safer_tab.c"
455					>
456					<FileConfiguration
457						Name="Debug|Win32"
458						ExcludedFromBuild="true"
459						>
460						<Tool
461							Name="VCCLCompilerTool"
462							AdditionalIncludeDirectories=""
463							PreprocessorDefinitions=""
464						/>
465					</FileConfiguration>
466					<FileConfiguration
467						Name="Release|Win32"
468						ExcludedFromBuild="true"
469						>
470						<Tool
471							Name="VCCLCompilerTool"
472							AdditionalIncludeDirectories=""
473							PreprocessorDefinitions=""
474						/>
475					</FileConfiguration>
476					<FileConfiguration
477						Name="Debug|x64"
478						ExcludedFromBuild="true"
479						>
480						<Tool
481							Name="VCCLCompilerTool"
482							AdditionalIncludeDirectories=""
483							PreprocessorDefinitions=""
484						/>
485					</FileConfiguration>
486					<FileConfiguration
487						Name="Release|x64"
488						ExcludedFromBuild="true"
489						>
490						<Tool
491							Name="VCCLCompilerTool"
492							AdditionalIncludeDirectories=""
493							PreprocessorDefinitions=""
494						/>
495					</FileConfiguration>
496				</File>
497				<File
498					RelativePath="src\ciphers\safer\saferp.c"
499					>
500				</File>
501			</Filter>
502			<Filter
503				Name="twofish"
504				>
505				<File
506					RelativePath="src\ciphers\twofish\twofish.c"
507					>
508				</File>
509				<File
510					RelativePath="src\ciphers\twofish\twofish_tab.c"
511					>
512					<FileConfiguration
513						Name="Debug|Win32"
514						ExcludedFromBuild="true"
515						>
516						<Tool
517							Name="VCCLCompilerTool"
518							AdditionalIncludeDirectories=""
519							PreprocessorDefinitions=""
520						/>
521					</FileConfiguration>
522					<FileConfiguration
523						Name="Release|Win32"
524						ExcludedFromBuild="true"
525						>
526						<Tool
527							Name="VCCLCompilerTool"
528							AdditionalIncludeDirectories=""
529							PreprocessorDefinitions=""
530						/>
531					</FileConfiguration>
532					<FileConfiguration
533						Name="Debug|x64"
534						ExcludedFromBuild="true"
535						>
536						<Tool
537							Name="VCCLCompilerTool"
538							AdditionalIncludeDirectories=""
539							PreprocessorDefinitions=""
540						/>
541					</FileConfiguration>
542					<FileConfiguration
543						Name="Release|x64"
544						ExcludedFromBuild="true"
545						>
546						<Tool
547							Name="VCCLCompilerTool"
548							AdditionalIncludeDirectories=""
549							PreprocessorDefinitions=""
550						/>
551					</FileConfiguration>
552				</File>
553			</Filter>
554		</Filter>
555		<Filter
556			Name="encauth"
557			>
558			<Filter
559				Name="ccm"
560				>
561				<File
562					RelativePath="src\encauth\ccm\ccm_add_aad.c"
563					>
564				</File>
565				<File
566					RelativePath="src\encauth\ccm\ccm_add_nonce.c"
567					>
568				</File>
569				<File
570					RelativePath="src\encauth\ccm\ccm_done.c"
571					>
572				</File>
573				<File
574					RelativePath="src\encauth\ccm\ccm_init.c"
575					>
576				</File>
577				<File
578					RelativePath="src\encauth\ccm\ccm_memory.c"
579					>
580				</File>
581				<File
582					RelativePath="src\encauth\ccm\ccm_process.c"
583					>
584				</File>
585				<File
586					RelativePath="src\encauth\ccm\ccm_reset.c"
587					>
588				</File>
589				<File
590					RelativePath="src\encauth\ccm\ccm_test.c"
591					>
592				</File>
593			</Filter>
594			<Filter
595				Name="chachapoly"
596				>
597				<File
598					RelativePath="src\encauth\chachapoly\chacha20poly1305_add_aad.c"
599					>
600				</File>
601				<File
602					RelativePath="src\encauth\chachapoly\chacha20poly1305_decrypt.c"
603					>
604				</File>
605				<File
606					RelativePath="src\encauth\chachapoly\chacha20poly1305_done.c"
607					>
608				</File>
609				<File
610					RelativePath="src\encauth\chachapoly\chacha20poly1305_encrypt.c"
611					>
612				</File>
613				<File
614					RelativePath="src\encauth\chachapoly\chacha20poly1305_init.c"
615					>
616				</File>
617				<File
618					RelativePath="src\encauth\chachapoly\chacha20poly1305_memory.c"
619					>
620				</File>
621				<File
622					RelativePath="src\encauth\chachapoly\chacha20poly1305_setiv.c"
623					>
624				</File>
625				<File
626					RelativePath="src\encauth\chachapoly\chacha20poly1305_setiv_rfc7905.c"
627					>
628				</File>
629				<File
630					RelativePath="src\encauth\chachapoly\chacha20poly1305_test.c"
631					>
632				</File>
633			</Filter>
634			<Filter
635				Name="eax"
636				>
637				<File
638					RelativePath="src\encauth\eax\eax_addheader.c"
639					>
640				</File>
641				<File
642					RelativePath="src\encauth\eax\eax_decrypt.c"
643					>
644				</File>
645				<File
646					RelativePath="src\encauth\eax\eax_decrypt_verify_memory.c"
647					>
648				</File>
649				<File
650					RelativePath="src\encauth\eax\eax_done.c"
651					>
652				</File>
653				<File
654					RelativePath="src\encauth\eax\eax_encrypt.c"
655					>
656				</File>
657				<File
658					RelativePath="src\encauth\eax\eax_encrypt_authenticate_memory.c"
659					>
660				</File>
661				<File
662					RelativePath="src\encauth\eax\eax_init.c"
663					>
664				</File>
665				<File
666					RelativePath="src\encauth\eax\eax_test.c"
667					>
668				</File>
669			</Filter>
670			<Filter
671				Name="gcm"
672				>
673				<File
674					RelativePath="src\encauth\gcm\gcm_add_aad.c"
675					>
676				</File>
677				<File
678					RelativePath="src\encauth\gcm\gcm_add_iv.c"
679					>
680				</File>
681				<File
682					RelativePath="src\encauth\gcm\gcm_done.c"
683					>
684				</File>
685				<File
686					RelativePath="src\encauth\gcm\gcm_gf_mult.c"
687					>
688				</File>
689				<File
690					RelativePath="src\encauth\gcm\gcm_init.c"
691					>
692				</File>
693				<File
694					RelativePath="src\encauth\gcm\gcm_memory.c"
695					>
696				</File>
697				<File
698					RelativePath="src\encauth\gcm\gcm_mult_h.c"
699					>
700				</File>
701				<File
702					RelativePath="src\encauth\gcm\gcm_process.c"
703					>
704				</File>
705				<File
706					RelativePath="src\encauth\gcm\gcm_reset.c"
707					>
708				</File>
709				<File
710					RelativePath="src\encauth\gcm\gcm_test.c"
711					>
712				</File>
713			</Filter>
714			<Filter
715				Name="ocb"
716				>
717				<File
718					RelativePath="src\encauth\ocb\ocb_decrypt.c"
719					>
720				</File>
721				<File
722					RelativePath="src\encauth\ocb\ocb_decrypt_verify_memory.c"
723					>
724				</File>
725				<File
726					RelativePath="src\encauth\ocb\ocb_done_decrypt.c"
727					>
728				</File>
729				<File
730					RelativePath="src\encauth\ocb\ocb_done_encrypt.c"
731					>
732				</File>
733				<File
734					RelativePath="src\encauth\ocb\ocb_encrypt.c"
735					>
736				</File>
737				<File
738					RelativePath="src\encauth\ocb\ocb_encrypt_authenticate_memory.c"
739					>
740				</File>
741				<File
742					RelativePath="src\encauth\ocb\ocb_init.c"
743					>
744				</File>
745				<File
746					RelativePath="src\encauth\ocb\ocb_ntz.c"
747					>
748				</File>
749				<File
750					RelativePath="src\encauth\ocb\ocb_shift_xor.c"
751					>
752				</File>
753				<File
754					RelativePath="src\encauth\ocb\ocb_test.c"
755					>
756				</File>
757				<File
758					RelativePath="src\encauth\ocb\s_ocb_done.c"
759					>
760				</File>
761			</Filter>
762			<Filter
763				Name="ocb3"
764				>
765				<File
766					RelativePath="src\encauth\ocb3\ocb3_add_aad.c"
767					>
768				</File>
769				<File
770					RelativePath="src\encauth\ocb3\ocb3_decrypt.c"
771					>
772				</File>
773				<File
774					RelativePath="src\encauth\ocb3\ocb3_decrypt_last.c"
775					>
776				</File>
777				<File
778					RelativePath="src\encauth\ocb3\ocb3_decrypt_verify_memory.c"
779					>
780				</File>
781				<File
782					RelativePath="src\encauth\ocb3\ocb3_done.c"
783					>
784				</File>
785				<File
786					RelativePath="src\encauth\ocb3\ocb3_encrypt.c"
787					>
788				</File>
789				<File
790					RelativePath="src\encauth\ocb3\ocb3_encrypt_authenticate_memory.c"
791					>
792				</File>
793				<File
794					RelativePath="src\encauth\ocb3\ocb3_encrypt_last.c"
795					>
796				</File>
797				<File
798					RelativePath="src\encauth\ocb3\ocb3_init.c"
799					>
800				</File>
801				<File
802					RelativePath="src\encauth\ocb3\ocb3_int_ntz.c"
803					>
804				</File>
805				<File
806					RelativePath="src\encauth\ocb3\ocb3_int_xor_blocks.c"
807					>
808				</File>
809				<File
810					RelativePath="src\encauth\ocb3\ocb3_test.c"
811					>
812				</File>
813			</Filter>
814		</Filter>
815		<Filter
816			Name="hashes"
817			>
818			<File
819				RelativePath="src\hashes\blake2b.c"
820				>
821			</File>
822			<File
823				RelativePath="src\hashes\blake2s.c"
824				>
825			</File>
826			<File
827				RelativePath="src\hashes\md2.c"
828				>
829			</File>
830			<File
831				RelativePath="src\hashes\md4.c"
832				>
833			</File>
834			<File
835				RelativePath="src\hashes\md5.c"
836				>
837			</File>
838			<File
839				RelativePath="src\hashes\rmd128.c"
840				>
841			</File>
842			<File
843				RelativePath="src\hashes\rmd160.c"
844				>
845			</File>
846			<File
847				RelativePath="src\hashes\rmd256.c"
848				>
849			</File>
850			<File
851				RelativePath="src\hashes\rmd320.c"
852				>
853			</File>
854			<File
855				RelativePath="src\hashes\sha1.c"
856				>
857			</File>
858			<File
859				RelativePath="src\hashes\sha3.c"
860				>
861			</File>
862			<File
863				RelativePath="src\hashes\sha3_test.c"
864				>
865			</File>
866			<File
867				RelativePath="src\hashes\tiger.c"
868				>
869			</File>
870			<Filter
871				Name="chc"
872				>
873				<File
874					RelativePath="src\hashes\chc\chc.c"
875					>
876				</File>
877			</Filter>
878			<Filter
879				Name="helper"
880				>
881				<File
882					RelativePath="src\hashes\helper\hash_file.c"
883					>
884				</File>
885				<File
886					RelativePath="src\hashes\helper\hash_filehandle.c"
887					>
888				</File>
889				<File
890					RelativePath="src\hashes\helper\hash_memory.c"
891					>
892				</File>
893				<File
894					RelativePath="src\hashes\helper\hash_memory_multi.c"
895					>
896				</File>
897			</Filter>
898			<Filter
899				Name="sha2"
900				>
901				<File
902					RelativePath="src\hashes\sha2\sha224.c"
903					>
904				</File>
905				<File
906					RelativePath="src\hashes\sha2\sha256.c"
907					>
908				</File>
909				<File
910					RelativePath="src\hashes\sha2\sha384.c"
911					>
912				</File>
913				<File
914					RelativePath="src\hashes\sha2\sha512.c"
915					>
916				</File>
917				<File
918					RelativePath="src\hashes\sha2\sha512_224.c"
919					>
920				</File>
921				<File
922					RelativePath="src\hashes\sha2\sha512_256.c"
923					>
924				</File>
925			</Filter>
926			<Filter
927				Name="whirl"
928				>
929				<File
930					RelativePath="src\hashes\whirl\whirl.c"
931					>
932				</File>
933				<File
934					RelativePath="src\hashes\whirl\whirltab.c"
935					>
936					<FileConfiguration
937						Name="Debug|Win32"
938						ExcludedFromBuild="true"
939						>
940						<Tool
941							Name="VCCLCompilerTool"
942							AdditionalIncludeDirectories=""
943							PreprocessorDefinitions=""
944						/>
945					</FileConfiguration>
946					<FileConfiguration
947						Name="Release|Win32"
948						ExcludedFromBuild="true"
949						>
950						<Tool
951							Name="VCCLCompilerTool"
952							AdditionalIncludeDirectories=""
953							PreprocessorDefinitions=""
954						/>
955					</FileConfiguration>
956					<FileConfiguration
957						Name="Debug|x64"
958						ExcludedFromBuild="true"
959						>
960						<Tool
961							Name="VCCLCompilerTool"
962							AdditionalIncludeDirectories=""
963							PreprocessorDefinitions=""
964						/>
965					</FileConfiguration>
966					<FileConfiguration
967						Name="Release|x64"
968						ExcludedFromBuild="true"
969						>
970						<Tool
971							Name="VCCLCompilerTool"
972							AdditionalIncludeDirectories=""
973							PreprocessorDefinitions=""
974						/>
975					</FileConfiguration>
976				</File>
977			</Filter>
978		</Filter>
979		<Filter
980			Name="headers"
981			>
982			<File
983				RelativePath="src\headers\tomcrypt.h"
984				>
985			</File>
986			<File
987				RelativePath="src\headers\tomcrypt_argchk.h"
988				>
989			</File>
990			<File
991				RelativePath="src\headers\tomcrypt_cfg.h"
992				>
993			</File>
994			<File
995				RelativePath="src\headers\tomcrypt_cipher.h"
996				>
997			</File>
998			<File
999				RelativePath="src\headers\tomcrypt_custom.h"
1000				>
1001			</File>
1002			<File
1003				RelativePath="src\headers\tomcrypt_hash.h"
1004				>
1005			</File>
1006			<File
1007				RelativePath="src\headers\tomcrypt_mac.h"
1008				>
1009			</File>
1010			<File
1011				RelativePath="src\headers\tomcrypt_macros.h"
1012				>
1013			</File>
1014			<File
1015				RelativePath="src\headers\tomcrypt_math.h"
1016				>
1017			</File>
1018			<File
1019				RelativePath="src\headers\tomcrypt_misc.h"
1020				>
1021			</File>
1022			<File
1023				RelativePath="src\headers\tomcrypt_pk.h"
1024				>
1025			</File>
1026			<File
1027				RelativePath="src\headers\tomcrypt_pkcs.h"
1028				>
1029			</File>
1030			<File
1031				RelativePath="src\headers\tomcrypt_prng.h"
1032				>
1033			</File>
1034		</Filter>
1035		<Filter
1036			Name="mac"
1037			>
1038			<Filter
1039				Name="blake2"
1040				>
1041				<File
1042					RelativePath="src\mac\blake2\blake2bmac.c"
1043					>
1044				</File>
1045				<File
1046					RelativePath="src\mac\blake2\blake2bmac_file.c"
1047					>
1048				</File>
1049				<File
1050					RelativePath="src\mac\blake2\blake2bmac_memory.c"
1051					>
1052				</File>
1053				<File
1054					RelativePath="src\mac\blake2\blake2bmac_memory_multi.c"
1055					>
1056				</File>
1057				<File
1058					RelativePath="src\mac\blake2\blake2bmac_test.c"
1059					>
1060				</File>
1061				<File
1062					RelativePath="src\mac\blake2\blake2smac.c"
1063					>
1064				</File>
1065				<File
1066					RelativePath="src\mac\blake2\blake2smac_file.c"
1067					>
1068				</File>
1069				<File
1070					RelativePath="src\mac\blake2\blake2smac_memory.c"
1071					>
1072				</File>
1073				<File
1074					RelativePath="src\mac\blake2\blake2smac_memory_multi.c"
1075					>
1076				</File>
1077				<File
1078					RelativePath="src\mac\blake2\blake2smac_test.c"
1079					>
1080				</File>
1081			</Filter>
1082			<Filter
1083				Name="f9"
1084				>
1085				<File
1086					RelativePath="src\mac\f9\f9_done.c"
1087					>
1088				</File>
1089				<File
1090					RelativePath="src\mac\f9\f9_file.c"
1091					>
1092				</File>
1093				<File
1094					RelativePath="src\mac\f9\f9_init.c"
1095					>
1096				</File>
1097				<File
1098					RelativePath="src\mac\f9\f9_memory.c"
1099					>
1100				</File>
1101				<File
1102					RelativePath="src\mac\f9\f9_memory_multi.c"
1103					>
1104				</File>
1105				<File
1106					RelativePath="src\mac\f9\f9_process.c"
1107					>
1108				</File>
1109				<File
1110					RelativePath="src\mac\f9\f9_test.c"
1111					>
1112				</File>
1113			</Filter>
1114			<Filter
1115				Name="hmac"
1116				>
1117				<File
1118					RelativePath="src\mac\hmac\hmac_done.c"
1119					>
1120				</File>
1121				<File
1122					RelativePath="src\mac\hmac\hmac_file.c"
1123					>
1124				</File>
1125				<File
1126					RelativePath="src\mac\hmac\hmac_init.c"
1127					>
1128				</File>
1129				<File
1130					RelativePath="src\mac\hmac\hmac_memory.c"
1131					>
1132				</File>
1133				<File
1134					RelativePath="src\mac\hmac\hmac_memory_multi.c"
1135					>
1136				</File>
1137				<File
1138					RelativePath="src\mac\hmac\hmac_process.c"
1139					>
1140				</File>
1141				<File
1142					RelativePath="src\mac\hmac\hmac_test.c"
1143					>
1144				</File>
1145			</Filter>
1146			<Filter
1147				Name="omac"
1148				>
1149				<File
1150					RelativePath="src\mac\omac\omac_done.c"
1151					>
1152				</File>
1153				<File
1154					RelativePath="src\mac\omac\omac_file.c"
1155					>
1156				</File>
1157				<File
1158					RelativePath="src\mac\omac\omac_init.c"
1159					>
1160				</File>
1161				<File
1162					RelativePath="src\mac\omac\omac_memory.c"
1163					>
1164				</File>
1165				<File
1166					RelativePath="src\mac\omac\omac_memory_multi.c"
1167					>
1168				</File>
1169				<File
1170					RelativePath="src\mac\omac\omac_process.c"
1171					>
1172				</File>
1173				<File
1174					RelativePath="src\mac\omac\omac_test.c"
1175					>
1176				</File>
1177			</Filter>
1178			<Filter
1179				Name="pelican"
1180				>
1181				<File
1182					RelativePath="src\mac\pelican\pelican.c"
1183					>
1184				</File>
1185				<File
1186					RelativePath="src\mac\pelican\pelican_memory.c"
1187					>
1188				</File>
1189				<File
1190					RelativePath="src\mac\pelican\pelican_test.c"
1191					>
1192				</File>
1193			</Filter>
1194			<Filter
1195				Name="pmac"
1196				>
1197				<File
1198					RelativePath="src\mac\pmac\pmac_done.c"
1199					>
1200				</File>
1201				<File
1202					RelativePath="src\mac\pmac\pmac_file.c"
1203					>
1204				</File>
1205				<File
1206					RelativePath="src\mac\pmac\pmac_init.c"
1207					>
1208				</File>
1209				<File
1210					RelativePath="src\mac\pmac\pmac_memory.c"
1211					>
1212				</File>
1213				<File
1214					RelativePath="src\mac\pmac\pmac_memory_multi.c"
1215					>
1216				</File>
1217				<File
1218					RelativePath="src\mac\pmac\pmac_ntz.c"
1219					>
1220				</File>
1221				<File
1222					RelativePath="src\mac\pmac\pmac_process.c"
1223					>
1224				</File>
1225				<File
1226					RelativePath="src\mac\pmac\pmac_shift_xor.c"
1227					>
1228				</File>
1229				<File
1230					RelativePath="src\mac\pmac\pmac_test.c"
1231					>
1232				</File>
1233			</Filter>
1234			<Filter
1235				Name="poly1305"
1236				>
1237				<File
1238					RelativePath="src\mac\poly1305\poly1305.c"
1239					>
1240				</File>
1241				<File
1242					RelativePath="src\mac\poly1305\poly1305_file.c"
1243					>
1244				</File>
1245				<File
1246					RelativePath="src\mac\poly1305\poly1305_memory.c"
1247					>
1248				</File>
1249				<File
1250					RelativePath="src\mac\poly1305\poly1305_memory_multi.c"
1251					>
1252				</File>
1253				<File
1254					RelativePath="src\mac\poly1305\poly1305_test.c"
1255					>
1256				</File>
1257			</Filter>
1258			<Filter
1259				Name="xcbc"
1260				>
1261				<File
1262					RelativePath="src\mac\xcbc\xcbc_done.c"
1263					>
1264				</File>
1265				<File
1266					RelativePath="src\mac\xcbc\xcbc_file.c"
1267					>
1268				</File>
1269				<File
1270					RelativePath="src\mac\xcbc\xcbc_init.c"
1271					>
1272				</File>
1273				<File
1274					RelativePath="src\mac\xcbc\xcbc_memory.c"
1275					>
1276				</File>
1277				<File
1278					RelativePath="src\mac\xcbc\xcbc_memory_multi.c"
1279					>
1280				</File>
1281				<File
1282					RelativePath="src\mac\xcbc\xcbc_process.c"
1283					>
1284				</File>
1285				<File
1286					RelativePath="src\mac\xcbc\xcbc_test.c"
1287					>
1288				</File>
1289			</Filter>
1290		</Filter>
1291		<Filter
1292			Name="math"
1293			>
1294			<File
1295				RelativePath="src\math\gmp_desc.c"
1296				>
1297			</File>
1298			<File
1299				RelativePath="src\math\ltm_desc.c"
1300				>
1301			</File>
1302			<File
1303				RelativePath="src\math\multi.c"
1304				>
1305			</File>
1306			<File
1307				RelativePath="src\math\radix_to_bin.c"
1308				>
1309			</File>
1310			<File
1311				RelativePath="src\math\rand_bn.c"
1312				>
1313			</File>
1314			<File
1315				RelativePath="src\math\rand_prime.c"
1316				>
1317			</File>
1318			<File
1319				RelativePath="src\math\tfm_desc.c"
1320				>
1321			</File>
1322			<Filter
1323				Name="fp"
1324				>
1325				<File
1326					RelativePath="src\math\fp\ltc_ecc_fp_mulmod.c"
1327					>
1328				</File>
1329			</Filter>
1330		</Filter>
1331		<Filter
1332			Name="misc"
1333			>
1334			<File
1335				RelativePath="src\misc\adler32.c"
1336				>
1337			</File>
1338			<File
1339				RelativePath="src\misc\burn_stack.c"
1340				>
1341			</File>
1342			<File
1343				RelativePath="src\misc\compare_testvector.c"
1344				>
1345			</File>
1346			<File
1347				RelativePath="src\misc\crc32.c"
1348				>
1349			</File>
1350			<File
1351				RelativePath="src\misc\error_to_string.c"
1352				>
1353			</File>
1354			<File
1355				RelativePath="src\misc\mem_neq.c"
1356				>
1357			</File>
1358			<File
1359				RelativePath="src\misc\pk_get_oid.c"
1360				>
1361			</File>
1362			<File
1363				RelativePath="src\misc\zeromem.c"
1364				>
1365			</File>
1366			<Filter
1367				Name="base64"
1368				>
1369				<File
1370					RelativePath="src\misc\base64\base64_decode.c"
1371					>
1372				</File>
1373				<File
1374					RelativePath="src\misc\base64\base64_encode.c"
1375					>
1376				</File>
1377			</Filter>
1378			<Filter
1379				Name="crypt"
1380				>
1381				<File
1382					RelativePath="src\misc\crypt\crypt.c"
1383					>
1384				</File>
1385				<File
1386					RelativePath="src\misc\crypt\crypt_argchk.c"
1387					>
1388				</File>
1389				<File
1390					RelativePath="src\misc\crypt\crypt_cipher_descriptor.c"
1391					>
1392				</File>
1393				<File
1394					RelativePath="src\misc\crypt\crypt_cipher_is_valid.c"
1395					>
1396				</File>
1397				<File
1398					RelativePath="src\misc\crypt\crypt_constants.c"
1399					>
1400				</File>
1401				<File
1402					RelativePath="src\misc\crypt\crypt_find_cipher.c"
1403					>
1404				</File>
1405				<File
1406					RelativePath="src\misc\crypt\crypt_find_cipher_any.c"
1407					>
1408				</File>
1409				<File
1410					RelativePath="src\misc\crypt\crypt_find_cipher_id.c"
1411					>
1412				</File>
1413				<File
1414					RelativePath="src\misc\crypt\crypt_find_hash.c"
1415					>
1416				</File>
1417				<File
1418					RelativePath="src\misc\crypt\crypt_find_hash_any.c"
1419					>
1420				</File>
1421				<File
1422					RelativePath="src\misc\crypt\crypt_find_hash_id.c"
1423					>
1424				</File>
1425				<File
1426					RelativePath="src\misc\crypt\crypt_find_hash_oid.c"
1427					>
1428				</File>
1429				<File
1430					RelativePath="src\misc\crypt\crypt_find_prng.c"
1431					>
1432				</File>
1433				<File
1434					RelativePath="src\misc\crypt\crypt_fsa.c"
1435					>
1436				</File>
1437				<File
1438					RelativePath="src\misc\crypt\crypt_hash_descriptor.c"
1439					>
1440				</File>
1441				<File
1442					RelativePath="src\misc\crypt\crypt_hash_is_valid.c"
1443					>
1444				</File>
1445				<File
1446					RelativePath="src\misc\crypt\crypt_inits.c"
1447					>
1448				</File>
1449				<File
1450					RelativePath="src\misc\crypt\crypt_ltc_mp_descriptor.c"
1451					>
1452				</File>
1453				<File
1454					RelativePath="src\misc\crypt\crypt_prng_descriptor.c"
1455					>
1456				</File>
1457				<File
1458					RelativePath="src\misc\crypt\crypt_prng_is_valid.c"
1459					>
1460				</File>
1461				<File
1462					RelativePath="src\misc\crypt\crypt_prng_rng_descriptor.c"
1463					>
1464				</File>
1465				<File
1466					RelativePath="src\misc\crypt\crypt_register_all_ciphers.c"
1467					>
1468				</File>
1469				<File
1470					RelativePath="src\misc\crypt\crypt_register_all_hashes.c"
1471					>
1472				</File>
1473				<File
1474					RelativePath="src\misc\crypt\crypt_register_all_prngs.c"
1475					>
1476				</File>
1477				<File
1478					RelativePath="src\misc\crypt\crypt_register_cipher.c"
1479					>
1480				</File>
1481				<File
1482					RelativePath="src\misc\crypt\crypt_register_hash.c"
1483					>
1484				</File>
1485				<File
1486					RelativePath="src\misc\crypt\crypt_register_prng.c"
1487					>
1488				</File>
1489				<File
1490					RelativePath="src\misc\crypt\crypt_sizes.c"
1491					>
1492				</File>
1493				<File
1494					RelativePath="src\misc\crypt\crypt_unregister_cipher.c"
1495					>
1496				</File>
1497				<File
1498					RelativePath="src\misc\crypt\crypt_unregister_hash.c"
1499					>
1500				</File>
1501				<File
1502					RelativePath="src\misc\crypt\crypt_unregister_prng.c"
1503					>
1504				</File>
1505			</Filter>
1506			<Filter
1507				Name="hkdf"
1508				>
1509				<File
1510					RelativePath="src\misc\hkdf\hkdf.c"
1511					>
1512				</File>
1513				<File
1514					RelativePath="src\misc\hkdf\hkdf_test.c"
1515					>
1516				</File>
1517			</Filter>
1518			<Filter
1519				Name="pkcs5"
1520				>
1521				<File
1522					RelativePath="src\misc\pkcs5\pkcs_5_1.c"
1523					>
1524				</File>
1525				<File
1526					RelativePath="src\misc\pkcs5\pkcs_5_2.c"
1527					>
1528				</File>
1529				<File
1530					RelativePath="src\misc\pkcs5\pkcs_5_test.c"
1531					>
1532				</File>
1533			</Filter>
1534		</Filter>
1535		<Filter
1536			Name="modes"
1537			>
1538			<Filter
1539				Name="cbc"
1540				>
1541				<File
1542					RelativePath="src\modes\cbc\cbc_decrypt.c"
1543					>
1544				</File>
1545				<File
1546					RelativePath="src\modes\cbc\cbc_done.c"
1547					>
1548				</File>
1549				<File
1550					RelativePath="src\modes\cbc\cbc_encrypt.c"
1551					>
1552				</File>
1553				<File
1554					RelativePath="src\modes\cbc\cbc_getiv.c"
1555					>
1556				</File>
1557				<File
1558					RelativePath="src\modes\cbc\cbc_setiv.c"
1559					>
1560				</File>
1561				<File
1562					RelativePath="src\modes\cbc\cbc_start.c"
1563					>
1564				</File>
1565			</Filter>
1566			<Filter
1567				Name="cfb"
1568				>
1569				<File
1570					RelativePath="src\modes\cfb\cfb_decrypt.c"
1571					>
1572				</File>
1573				<File
1574					RelativePath="src\modes\cfb\cfb_done.c"
1575					>
1576				</File>
1577				<File
1578					RelativePath="src\modes\cfb\cfb_encrypt.c"
1579					>
1580				</File>
1581				<File
1582					RelativePath="src\modes\cfb\cfb_getiv.c"
1583					>
1584				</File>
1585				<File
1586					RelativePath="src\modes\cfb\cfb_setiv.c"
1587					>
1588				</File>
1589				<File
1590					RelativePath="src\modes\cfb\cfb_start.c"
1591					>
1592				</File>
1593			</Filter>
1594			<Filter
1595				Name="ctr"
1596				>
1597				<File
1598					RelativePath="src\modes\ctr\ctr_decrypt.c"
1599					>
1600				</File>
1601				<File
1602					RelativePath="src\modes\ctr\ctr_done.c"
1603					>
1604				</File>
1605				<File
1606					RelativePath="src\modes\ctr\ctr_encrypt.c"
1607					>
1608				</File>
1609				<File
1610					RelativePath="src\modes\ctr\ctr_getiv.c"
1611					>
1612				</File>
1613				<File
1614					RelativePath="src\modes\ctr\ctr_setiv.c"
1615					>
1616				</File>
1617				<File
1618					RelativePath="src\modes\ctr\ctr_start.c"
1619					>
1620				</File>
1621				<File
1622					RelativePath="src\modes\ctr\ctr_test.c"
1623					>
1624				</File>
1625			</Filter>
1626			<Filter
1627				Name="ecb"
1628				>
1629				<File
1630					RelativePath="src\modes\ecb\ecb_decrypt.c"
1631					>
1632				</File>
1633				<File
1634					RelativePath="src\modes\ecb\ecb_done.c"
1635					>
1636				</File>
1637				<File
1638					RelativePath="src\modes\ecb\ecb_encrypt.c"
1639					>
1640				</File>
1641				<File
1642					RelativePath="src\modes\ecb\ecb_start.c"
1643					>
1644				</File>
1645			</Filter>
1646			<Filter
1647				Name="f8"
1648				>
1649				<File
1650					RelativePath="src\modes\f8\f8_decrypt.c"
1651					>
1652				</File>
1653				<File
1654					RelativePath="src\modes\f8\f8_done.c"
1655					>
1656				</File>
1657				<File
1658					RelativePath="src\modes\f8\f8_encrypt.c"
1659					>
1660				</File>
1661				<File
1662					RelativePath="src\modes\f8\f8_getiv.c"
1663					>
1664				</File>
1665				<File
1666					RelativePath="src\modes\f8\f8_setiv.c"
1667					>
1668				</File>
1669				<File
1670					RelativePath="src\modes\f8\f8_start.c"
1671					>
1672				</File>
1673				<File
1674					RelativePath="src\modes\f8\f8_test_mode.c"
1675					>
1676				</File>
1677			</Filter>
1678			<Filter
1679				Name="lrw"
1680				>
1681				<File
1682					RelativePath="src\modes\lrw\lrw_decrypt.c"
1683					>
1684				</File>
1685				<File
1686					RelativePath="src\modes\lrw\lrw_done.c"
1687					>
1688				</File>
1689				<File
1690					RelativePath="src\modes\lrw\lrw_encrypt.c"
1691					>
1692				</File>
1693				<File
1694					RelativePath="src\modes\lrw\lrw_getiv.c"
1695					>
1696				</File>
1697				<File
1698					RelativePath="src\modes\lrw\lrw_process.c"
1699					>
1700				</File>
1701				<File
1702					RelativePath="src\modes\lrw\lrw_setiv.c"
1703					>
1704				</File>
1705				<File
1706					RelativePath="src\modes\lrw\lrw_start.c"
1707					>
1708				</File>
1709				<File
1710					RelativePath="src\modes\lrw\lrw_test.c"
1711					>
1712				</File>
1713			</Filter>
1714			<Filter
1715				Name="ofb"
1716				>
1717				<File
1718					RelativePath="src\modes\ofb\ofb_decrypt.c"
1719					>
1720				</File>
1721				<File
1722					RelativePath="src\modes\ofb\ofb_done.c"
1723					>
1724				</File>
1725				<File
1726					RelativePath="src\modes\ofb\ofb_encrypt.c"
1727					>
1728				</File>
1729				<File
1730					RelativePath="src\modes\ofb\ofb_getiv.c"
1731					>
1732				</File>
1733				<File
1734					RelativePath="src\modes\ofb\ofb_setiv.c"
1735					>
1736				</File>
1737				<File
1738					RelativePath="src\modes\ofb\ofb_start.c"
1739					>
1740				</File>
1741			</Filter>
1742			<Filter
1743				Name="xts"
1744				>
1745				<File
1746					RelativePath="src\modes\xts\xts_decrypt.c"
1747					>
1748				</File>
1749				<File
1750					RelativePath="src\modes\xts\xts_done.c"
1751					>
1752				</File>
1753				<File
1754					RelativePath="src\modes\xts\xts_encrypt.c"
1755					>
1756				</File>
1757				<File
1758					RelativePath="src\modes\xts\xts_init.c"
1759					>
1760				</File>
1761				<File
1762					RelativePath="src\modes\xts\xts_mult_x.c"
1763					>
1764				</File>
1765				<File
1766					RelativePath="src\modes\xts\xts_test.c"
1767					>
1768				</File>
1769			</Filter>
1770		</Filter>
1771		<Filter
1772			Name="pk"
1773			>
1774			<Filter
1775				Name="asn1"
1776				>
1777				<Filter
1778					Name="der"
1779					>
1780					<Filter
1781						Name="bit"
1782						>
1783						<File
1784							RelativePath="src\pk\asn1\der\bit\der_decode_bit_string.c"
1785							>
1786						</File>
1787						<File
1788							RelativePath="src\pk\asn1\der\bit\der_decode_raw_bit_string.c"
1789							>
1790						</File>
1791						<File
1792							RelativePath="src\pk\asn1\der\bit\der_encode_bit_string.c"
1793							>
1794						</File>
1795						<File
1796							RelativePath="src\pk\asn1\der\bit\der_encode_raw_bit_string.c"
1797							>
1798						</File>
1799						<File
1800							RelativePath="src\pk\asn1\der\bit\der_length_bit_string.c"
1801							>
1802						</File>
1803					</Filter>
1804					<Filter
1805						Name="boolean"
1806						>
1807						<File
1808							RelativePath="src\pk\asn1\der\boolean\der_decode_boolean.c"
1809							>
1810						</File>
1811						<File
1812							RelativePath="src\pk\asn1\der\boolean\der_encode_boolean.c"
1813							>
1814						</File>
1815						<File
1816							RelativePath="src\pk\asn1\der\boolean\der_length_boolean.c"
1817							>
1818						</File>
1819					</Filter>
1820					<Filter
1821						Name="choice"
1822						>
1823						<File
1824							RelativePath="src\pk\asn1\der\choice\der_decode_choice.c"
1825							>
1826						</File>
1827					</Filter>
1828					<Filter
1829						Name="generalizedtime"
1830						>
1831						<File
1832							RelativePath="src\pk\asn1\der\generalizedtime\der_decode_generalizedtime.c"
1833							>
1834						</File>
1835						<File
1836							RelativePath="src\pk\asn1\der\generalizedtime\der_encode_generalizedtime.c"
1837							>
1838						</File>
1839						<File
1840							RelativePath="src\pk\asn1\der\generalizedtime\der_length_generalizedtime.c"
1841							>
1842						</File>
1843					</Filter>
1844					<Filter
1845						Name="ia5"
1846						>
1847						<File
1848							RelativePath="src\pk\asn1\der\ia5\der_decode_ia5_string.c"
1849							>
1850						</File>
1851						<File
1852							RelativePath="src\pk\asn1\der\ia5\der_encode_ia5_string.c"
1853							>
1854						</File>
1855						<File
1856							RelativePath="src\pk\asn1\der\ia5\der_length_ia5_string.c"
1857							>
1858						</File>
1859					</Filter>
1860					<Filter
1861						Name="integer"
1862						>
1863						<File
1864							RelativePath="src\pk\asn1\der\integer\der_decode_integer.c"
1865							>
1866						</File>
1867						<File
1868							RelativePath="src\pk\asn1\der\integer\der_encode_integer.c"
1869							>
1870						</File>
1871						<File
1872							RelativePath="src\pk\asn1\der\integer\der_length_integer.c"
1873							>
1874						</File>
1875					</Filter>
1876					<Filter
1877						Name="object_identifier"
1878						>
1879						<File
1880							RelativePath="src\pk\asn1\der\object_identifier\der_decode_object_identifier.c"
1881							>
1882						</File>
1883						<File
1884							RelativePath="src\pk\asn1\der\object_identifier\der_encode_object_identifier.c"
1885							>
1886						</File>
1887						<File
1888							RelativePath="src\pk\asn1\der\object_identifier\der_length_object_identifier.c"
1889							>
1890						</File>
1891					</Filter>
1892					<Filter
1893						Name="octet"
1894						>
1895						<File
1896							RelativePath="src\pk\asn1\der\octet\der_decode_octet_string.c"
1897							>
1898						</File>
1899						<File
1900							RelativePath="src\pk\asn1\der\octet\der_encode_octet_string.c"
1901							>
1902						</File>
1903						<File
1904							RelativePath="src\pk\asn1\der\octet\der_length_octet_string.c"
1905							>
1906						</File>
1907					</Filter>
1908					<Filter
1909						Name="printable_string"
1910						>
1911						<File
1912							RelativePath="src\pk\asn1\der\printable_string\der_decode_printable_string.c"
1913							>
1914						</File>
1915						<File
1916							RelativePath="src\pk\asn1\der\printable_string\der_encode_printable_string.c"
1917							>
1918						</File>
1919						<File
1920							RelativePath="src\pk\asn1\der\printable_string\der_length_printable_string.c"
1921							>
1922						</File>
1923					</Filter>
1924					<Filter
1925						Name="sequence"
1926						>
1927						<File
1928							RelativePath="src\pk\asn1\der\sequence\der_decode_sequence_ex.c"
1929							>
1930						</File>
1931						<File
1932							RelativePath="src\pk\asn1\der\sequence\der_decode_sequence_flexi.c"
1933							>
1934						</File>
1935						<File
1936							RelativePath="src\pk\asn1\der\sequence\der_decode_sequence_multi.c"
1937							>
1938						</File>
1939						<File
1940							RelativePath="src\pk\asn1\der\sequence\der_decode_subject_public_key_info.c"
1941							>
1942						</File>
1943						<File
1944							RelativePath="src\pk\asn1\der\sequence\der_encode_sequence_ex.c"
1945							>
1946						</File>
1947						<File
1948							RelativePath="src\pk\asn1\der\sequence\der_encode_sequence_multi.c"
1949							>
1950						</File>
1951						<File
1952							RelativePath="src\pk\asn1\der\sequence\der_encode_subject_public_key_info.c"
1953							>
1954						</File>
1955						<File
1956							RelativePath="src\pk\asn1\der\sequence\der_length_sequence.c"
1957							>
1958						</File>
1959						<File
1960							RelativePath="src\pk\asn1\der\sequence\der_sequence_free.c"
1961							>
1962						</File>
1963						<File
1964							RelativePath="src\pk\asn1\der\sequence\der_sequence_shrink.c"
1965							>
1966						</File>
1967					</Filter>
1968					<Filter
1969						Name="set"
1970						>
1971						<File
1972							RelativePath="src\pk\asn1\der\set\der_encode_set.c"
1973							>
1974						</File>
1975						<File
1976							RelativePath="src\pk\asn1\der\set\der_encode_setof.c"
1977							>
1978						</File>
1979					</Filter>
1980					<Filter
1981						Name="short_integer"
1982						>
1983						<File
1984							RelativePath="src\pk\asn1\der\short_integer\der_decode_short_integer.c"
1985							>
1986						</File>
1987						<File
1988							RelativePath="src\pk\asn1\der\short_integer\der_encode_short_integer.c"
1989							>
1990						</File>
1991						<File
1992							RelativePath="src\pk\asn1\der\short_integer\der_length_short_integer.c"
1993							>
1994						</File>
1995					</Filter>
1996					<Filter
1997						Name="teletex_string"
1998						>
1999						<File
2000							RelativePath="src\pk\asn1\der\teletex_string\der_decode_teletex_string.c"
2001							>
2002						</File>
2003						<File
2004							RelativePath="src\pk\asn1\der\teletex_string\der_length_teletex_string.c"
2005							>
2006						</File>
2007					</Filter>
2008					<Filter
2009						Name="utctime"
2010						>
2011						<File
2012							RelativePath="src\pk\asn1\der\utctime\der_decode_utctime.c"
2013							>
2014						</File>
2015						<File
2016							RelativePath="src\pk\asn1\der\utctime\der_encode_utctime.c"
2017							>
2018						</File>
2019						<File
2020							RelativePath="src\pk\asn1\der\utctime\der_length_utctime.c"
2021							>
2022						</File>
2023					</Filter>
2024					<Filter
2025						Name="utf8"
2026						>
2027						<File
2028							RelativePath="src\pk\asn1\der\utf8\der_decode_utf8_string.c"
2029							>
2030						</File>
2031						<File
2032							RelativePath="src\pk\asn1\der\utf8\der_encode_utf8_string.c"
2033							>
2034						</File>
2035						<File
2036							RelativePath="src\pk\asn1\der\utf8\der_length_utf8_string.c"
2037							>
2038						</File>
2039					</Filter>
2040				</Filter>
2041			</Filter>
2042			<Filter
2043				Name="dh"
2044				>
2045				<File
2046					RelativePath="src\pk\dh\dh.c"
2047					>
2048				</File>
2049				<File
2050					RelativePath="src\pk\dh\dh_check_pubkey.c"
2051					>
2052				</File>
2053				<File
2054					RelativePath="src\pk\dh\dh_export.c"
2055					>
2056				</File>
2057				<File
2058					RelativePath="src\pk\dh\dh_export_key.c"
2059					>
2060				</File>
2061				<File
2062					RelativePath="src\pk\dh\dh_free.c"
2063					>
2064				</File>
2065				<File
2066					RelativePath="src\pk\dh\dh_generate_key.c"
2067					>
2068				</File>
2069				<File
2070					RelativePath="src\pk\dh\dh_import.c"
2071					>
2072				</File>
2073				<File
2074					RelativePath="src\pk\dh\dh_set.c"
2075					>
2076				</File>
2077				<File
2078					RelativePath="src\pk\dh\dh_set_pg_dhparam.c"
2079					>
2080				</File>
2081				<File
2082					RelativePath="src\pk\dh\dh_shared_secret.c"
2083					>
2084				</File>
2085			</Filter>
2086			<Filter
2087				Name="dsa"
2088				>
2089				<File
2090					RelativePath="src\pk\dsa\dsa_decrypt_key.c"
2091					>
2092				</File>
2093				<File
2094					RelativePath="src\pk\dsa\dsa_encrypt_key.c"
2095					>
2096				</File>
2097				<File
2098					RelativePath="src\pk\dsa\dsa_export.c"
2099					>
2100				</File>
2101				<File
2102					RelativePath="src\pk\dsa\dsa_free.c"
2103					>
2104				</File>
2105				<File
2106					RelativePath="src\pk\dsa\dsa_generate_key.c"
2107					>
2108				</File>
2109				<File
2110					RelativePath="src\pk\dsa\dsa_generate_pqg.c"
2111					>
2112				</File>
2113				<File
2114					RelativePath="src\pk\dsa\dsa_import.c"
2115					>
2116				</File>
2117				<File
2118					RelativePath="src\pk\dsa\dsa_make_key.c"
2119					>
2120				</File>
2121				<File
2122					RelativePath="src\pk\dsa\dsa_set.c"
2123					>
2124				</File>
2125				<File
2126					RelativePath="src\pk\dsa\dsa_set_pqg_dsaparam.c"
2127					>
2128				</File>
2129				<File
2130					RelativePath="src\pk\dsa\dsa_shared_secret.c"
2131					>
2132				</File>
2133				<File
2134					RelativePath="src\pk\dsa\dsa_sign_hash.c"
2135					>
2136				</File>
2137				<File
2138					RelativePath="src\pk\dsa\dsa_verify_hash.c"
2139					>
2140				</File>
2141				<File
2142					RelativePath="src\pk\dsa\dsa_verify_key.c"
2143					>
2144				</File>
2145			</Filter>
2146			<Filter
2147				Name="ecc"
2148				>
2149				<File
2150					RelativePath="src\pk\ecc\ecc.c"
2151					>
2152				</File>
2153				<File
2154					RelativePath="src\pk\ecc\ecc_ansi_x963_export.c"
2155					>
2156				</File>
2157				<File
2158					RelativePath="src\pk\ecc\ecc_ansi_x963_import.c"
2159					>
2160				</File>
2161				<File
2162					RelativePath="src\pk\ecc\ecc_decrypt_key.c"
2163					>
2164				</File>
2165				<File
2166					RelativePath="src\pk\ecc\ecc_encrypt_key.c"
2167					>
2168				</File>
2169				<File
2170					RelativePath="src\pk\ecc\ecc_export.c"
2171					>
2172				</File>
2173				<File
2174					RelativePath="src\pk\ecc\ecc_free.c"
2175					>
2176				</File>
2177				<File
2178					RelativePath="src\pk\ecc\ecc_get_size.c"
2179					>
2180				</File>
2181				<File
2182					RelativePath="src\pk\ecc\ecc_import.c"
2183					>
2184				</File>
2185				<File
2186					RelativePath="src\pk\ecc\ecc_make_key.c"
2187					>
2188				</File>
2189				<File
2190					RelativePath="src\pk\ecc\ecc_shared_secret.c"
2191					>
2192				</File>
2193				<File
2194					RelativePath="src\pk\ecc\ecc_sign_hash.c"
2195					>
2196				</File>
2197				<File
2198					RelativePath="src\pk\ecc\ecc_sizes.c"
2199					>
2200				</File>
2201				<File
2202					RelativePath="src\pk\ecc\ecc_test.c"
2203					>
2204				</File>
2205				<File
2206					RelativePath="src\pk\ecc\ecc_verify_hash.c"
2207					>
2208				</File>
2209				<File
2210					RelativePath="src\pk\ecc\ltc_ecc_is_valid_idx.c"
2211					>
2212				</File>
2213				<File
2214					RelativePath="src\pk\ecc\ltc_ecc_map.c"
2215					>
2216				</File>
2217				<File
2218					RelativePath="src\pk\ecc\ltc_ecc_mul2add.c"
2219					>
2220				</File>
2221				<File
2222					RelativePath="src\pk\ecc\ltc_ecc_mulmod.c"
2223					>
2224				</File>
2225				<File
2226					RelativePath="src\pk\ecc\ltc_ecc_mulmod_timing.c"
2227					>
2228				</File>
2229				<File
2230					RelativePath="src\pk\ecc\ltc_ecc_points.c"
2231					>
2232				</File>
2233				<File
2234					RelativePath="src\pk\ecc\ltc_ecc_projective_add_point.c"
2235					>
2236				</File>
2237				<File
2238					RelativePath="src\pk\ecc\ltc_ecc_projective_dbl_point.c"
2239					>
2240				</File>
2241			</Filter>
2242			<Filter
2243				Name="katja"
2244				>
2245				<File
2246					RelativePath="src\pk\katja\katja_decrypt_key.c"
2247					>
2248				</File>
2249				<File
2250					RelativePath="src\pk\katja\katja_encrypt_key.c"
2251					>
2252				</File>
2253				<File
2254					RelativePath="src\pk\katja\katja_export.c"
2255					>
2256				</File>
2257				<File
2258					RelativePath="src\pk\katja\katja_exptmod.c"
2259					>
2260				</File>
2261				<File
2262					RelativePath="src\pk\katja\katja_free.c"
2263					>
2264				</File>
2265				<File
2266					RelativePath="src\pk\katja\katja_import.c"
2267					>
2268				</File>
2269				<File
2270					RelativePath="src\pk\katja\katja_make_key.c"
2271					>
2272				</File>
2273			</Filter>
2274			<Filter
2275				Name="pkcs1"
2276				>
2277				<File
2278					RelativePath="src\pk\pkcs1\pkcs_1_i2osp.c"
2279					>
2280				</File>
2281				<File
2282					RelativePath="src\pk\pkcs1\pkcs_1_mgf1.c"
2283					>
2284				</File>
2285				<File
2286					RelativePath="src\pk\pkcs1\pkcs_1_oaep_decode.c"
2287					>
2288				</File>
2289				<File
2290					RelativePath="src\pk\pkcs1\pkcs_1_oaep_encode.c"
2291					>
2292				</File>
2293				<File
2294					RelativePath="src\pk\pkcs1\pkcs_1_os2ip.c"
2295					>
2296				</File>
2297				<File
2298					RelativePath="src\pk\pkcs1\pkcs_1_pss_decode.c"
2299					>
2300				</File>
2301				<File
2302					RelativePath="src\pk\pkcs1\pkcs_1_pss_encode.c"
2303					>
2304				</File>
2305				<File
2306					RelativePath="src\pk\pkcs1\pkcs_1_v1_5_decode.c"
2307					>
2308				</File>
2309				<File
2310					RelativePath="src\pk\pkcs1\pkcs_1_v1_5_encode.c"
2311					>
2312				</File>
2313			</Filter>
2314			<Filter
2315				Name="rsa"
2316				>
2317				<File
2318					RelativePath="src\pk\rsa\rsa_decrypt_key.c"
2319					>
2320				</File>
2321				<File
2322					RelativePath="src\pk\rsa\rsa_encrypt_key.c"
2323					>
2324				</File>
2325				<File
2326					RelativePath="src\pk\rsa\rsa_export.c"
2327					>
2328				</File>
2329				<File
2330					RelativePath="src\pk\rsa\rsa_exptmod.c"
2331					>
2332				</File>
2333				<File
2334					RelativePath="src\pk\rsa\rsa_free.c"
2335					>
2336				</File>
2337				<File
2338					RelativePath="src\pk\rsa\rsa_get_size.c"
2339					>
2340				</File>
2341				<File
2342					RelativePath="src\pk\rsa\rsa_import.c"
2343					>
2344				</File>
2345				<File
2346					RelativePath="src\pk\rsa\rsa_import_pkcs8.c"
2347					>
2348				</File>
2349				<File
2350					RelativePath="src\pk\rsa\rsa_import_x509.c"
2351					>
2352				</File>
2353				<File
2354					RelativePath="src\pk\rsa\rsa_make_key.c"
2355					>
2356				</File>
2357				<File
2358					RelativePath="src\pk\rsa\rsa_set.c"
2359					>
2360				</File>
2361				<File
2362					RelativePath="src\pk\rsa\rsa_sign_hash.c"
2363					>
2364				</File>
2365				<File
2366					RelativePath="src\pk\rsa\rsa_sign_saltlen_get.c"
2367					>
2368				</File>
2369				<File
2370					RelativePath="src\pk\rsa\rsa_verify_hash.c"
2371					>
2372				</File>
2373			</Filter>
2374		</Filter>
2375		<Filter
2376			Name="prngs"
2377			>
2378			<File
2379				RelativePath="src\prngs\chacha20.c"
2380				>
2381			</File>
2382			<File
2383				RelativePath="src\prngs\fortuna.c"
2384				>
2385			</File>
2386			<File
2387				RelativePath="src\prngs\rc4.c"
2388				>
2389			</File>
2390			<File
2391				RelativePath="src\prngs\rng_get_bytes.c"
2392				>
2393			</File>
2394			<File
2395				RelativePath="src\prngs\rng_make_prng.c"
2396				>
2397			</File>
2398			<File
2399				RelativePath="src\prngs\sober128.c"
2400				>
2401			</File>
2402			<File
2403				RelativePath="src\prngs\sprng.c"
2404				>
2405			</File>
2406			<File
2407				RelativePath="src\prngs\yarrow.c"
2408				>
2409			</File>
2410		</Filter>
2411		<Filter
2412			Name="stream"
2413			>
2414			<Filter
2415				Name="chacha"
2416				>
2417				<File
2418					RelativePath="src\stream\chacha\chacha_crypt.c"
2419					>
2420				</File>
2421				<File
2422					RelativePath="src\stream\chacha\chacha_done.c"
2423					>
2424				</File>
2425				<File
2426					RelativePath="src\stream\chacha\chacha_ivctr32.c"
2427					>
2428				</File>
2429				<File
2430					RelativePath="src\stream\chacha\chacha_ivctr64.c"
2431					>
2432				</File>
2433				<File
2434					RelativePath="src\stream\chacha\chacha_keystream.c"
2435					>
2436				</File>
2437				<File
2438					RelativePath="src\stream\chacha\chacha_setup.c"
2439					>
2440				</File>
2441				<File
2442					RelativePath="src\stream\chacha\chacha_test.c"
2443					>
2444				</File>
2445			</Filter>
2446			<Filter
2447				Name="rc4"
2448				>
2449				<File
2450					RelativePath="src\stream\rc4\rc4_stream.c"
2451					>
2452				</File>
2453				<File
2454					RelativePath="src\stream\rc4\rc4_test.c"
2455					>
2456				</File>
2457			</Filter>
2458			<Filter
2459				Name="sober128"
2460				>
2461				<File
2462					RelativePath="src\stream\sober128\sober128_stream.c"
2463					>
2464				</File>
2465				<File
2466					RelativePath="src\stream\sober128\sober128_test.c"
2467					>
2468				</File>
2469				<File
2470					RelativePath="src\stream\sober128\sober128tab.c"
2471					>
2472					<FileConfiguration
2473						Name="Debug|Win32"
2474						ExcludedFromBuild="true"
2475						>
2476						<Tool
2477							Name="VCCLCompilerTool"
2478							AdditionalIncludeDirectories=""
2479							PreprocessorDefinitions=""
2480						/>
2481					</FileConfiguration>
2482					<FileConfiguration
2483						Name="Release|Win32"
2484						ExcludedFromBuild="true"
2485						>
2486						<Tool
2487							Name="VCCLCompilerTool"
2488							AdditionalIncludeDirectories=""
2489							PreprocessorDefinitions=""
2490						/>
2491					</FileConfiguration>
2492					<FileConfiguration
2493						Name="Debug|x64"
2494						ExcludedFromBuild="true"
2495						>
2496						<Tool
2497							Name="VCCLCompilerTool"
2498							AdditionalIncludeDirectories=""
2499							PreprocessorDefinitions=""
2500						/>
2501					</FileConfiguration>
2502					<FileConfiguration
2503						Name="Release|x64"
2504						ExcludedFromBuild="true"
2505						>
2506						<Tool
2507							Name="VCCLCompilerTool"
2508							AdditionalIncludeDirectories=""
2509							PreprocessorDefinitions=""
2510						/>
2511					</FileConfiguration>
2512				</File>
2513			</Filter>
2514		</Filter>
2515	</Files>
2516	<Globals>
2517	</Globals>
2518</VisualStudioProject>
2519