xref: /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/libtommath.dsp (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc# Microsoft Developer Studio Project File - Name="libtommath" - Package Owner=<4>
2*ebfedea0SLionel Sambuc# Microsoft Developer Studio Generated Build File, Format Version 6.00
3*ebfedea0SLionel Sambuc# ** DO NOT EDIT **
4*ebfedea0SLionel Sambuc
5*ebfedea0SLionel Sambuc# TARGTYPE "Win32 (x86) Static Library" 0x0104
6*ebfedea0SLionel Sambuc
7*ebfedea0SLionel SambucCFG=libtommath - Win32 Debug
8*ebfedea0SLionel Sambuc!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9*ebfedea0SLionel Sambuc!MESSAGE use the Export Makefile command and run
10*ebfedea0SLionel Sambuc!MESSAGE
11*ebfedea0SLionel Sambuc!MESSAGE NMAKE /f "libtommath.mak".
12*ebfedea0SLionel Sambuc!MESSAGE
13*ebfedea0SLionel Sambuc!MESSAGE You can specify a configuration when running NMAKE
14*ebfedea0SLionel Sambuc!MESSAGE by defining the macro CFG on the command line. For example:
15*ebfedea0SLionel Sambuc!MESSAGE
16*ebfedea0SLionel Sambuc!MESSAGE NMAKE /f "libtommath.mak" CFG="libtommath - Win32 Debug"
17*ebfedea0SLionel Sambuc!MESSAGE
18*ebfedea0SLionel Sambuc!MESSAGE Possible choices for configuration are:
19*ebfedea0SLionel Sambuc!MESSAGE
20*ebfedea0SLionel Sambuc!MESSAGE "libtommath - Win32 Release" (based on "Win32 (x86) Static Library")
21*ebfedea0SLionel Sambuc!MESSAGE "libtommath - Win32 Debug" (based on "Win32 (x86) Static Library")
22*ebfedea0SLionel Sambuc!MESSAGE
23*ebfedea0SLionel Sambuc
24*ebfedea0SLionel Sambuc# Begin Project
25*ebfedea0SLionel Sambuc# PROP AllowPerConfigDependencies 0
26*ebfedea0SLionel Sambuc# PROP Scc_ProjName "libtommath"
27*ebfedea0SLionel Sambuc# PROP Scc_LocalPath "."
28*ebfedea0SLionel SambucCPP=cl.exe
29*ebfedea0SLionel SambucRSC=rc.exe
30*ebfedea0SLionel Sambuc
31*ebfedea0SLionel Sambuc!IF  "$(CFG)" == "libtommath - Win32 Release"
32*ebfedea0SLionel Sambuc
33*ebfedea0SLionel Sambuc# PROP BASE Use_MFC 0
34*ebfedea0SLionel Sambuc# PROP BASE Use_Debug_Libraries 0
35*ebfedea0SLionel Sambuc# PROP BASE Output_Dir "Release"
36*ebfedea0SLionel Sambuc# PROP BASE Intermediate_Dir "Release"
37*ebfedea0SLionel Sambuc# PROP BASE Target_Dir ""
38*ebfedea0SLionel Sambuc# PROP Use_MFC 0
39*ebfedea0SLionel Sambuc# PROP Use_Debug_Libraries 0
40*ebfedea0SLionel Sambuc# PROP Output_Dir "Release"
41*ebfedea0SLionel Sambuc# PROP Intermediate_Dir "Release"
42*ebfedea0SLionel Sambuc# PROP Target_Dir ""
43*ebfedea0SLionel Sambuc# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
44*ebfedea0SLionel Sambuc# ADD CPP /nologo /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
45*ebfedea0SLionel Sambuc# ADD BASE RSC /l 0x409 /d "NDEBUG"
46*ebfedea0SLionel Sambuc# ADD RSC /l 0x409 /d "NDEBUG"
47*ebfedea0SLionel SambucBSC32=bscmake.exe
48*ebfedea0SLionel Sambuc# ADD BASE BSC32 /nologo
49*ebfedea0SLionel Sambuc# ADD BSC32 /nologo
50*ebfedea0SLionel SambucLIB32=link.exe -lib
51*ebfedea0SLionel Sambuc# ADD BASE LIB32 /nologo
52*ebfedea0SLionel Sambuc# ADD LIB32 /nologo /out:"Release\tommath.lib"
53*ebfedea0SLionel Sambuc
54*ebfedea0SLionel Sambuc!ELSEIF  "$(CFG)" == "libtommath - Win32 Debug"
55*ebfedea0SLionel Sambuc
56*ebfedea0SLionel Sambuc# PROP BASE Use_MFC 0
57*ebfedea0SLionel Sambuc# PROP BASE Use_Debug_Libraries 1
58*ebfedea0SLionel Sambuc# PROP BASE Output_Dir "Debug"
59*ebfedea0SLionel Sambuc# PROP BASE Intermediate_Dir "Debug"
60*ebfedea0SLionel Sambuc# PROP BASE Target_Dir ""
61*ebfedea0SLionel Sambuc# PROP Use_MFC 0
62*ebfedea0SLionel Sambuc# PROP Use_Debug_Libraries 1
63*ebfedea0SLionel Sambuc# PROP Output_Dir "Debug"
64*ebfedea0SLionel Sambuc# PROP Intermediate_Dir "Debug"
65*ebfedea0SLionel Sambuc# PROP Target_Dir ""
66*ebfedea0SLionel Sambuc# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
67*ebfedea0SLionel Sambuc# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
68*ebfedea0SLionel Sambuc# ADD BASE RSC /l 0x409 /d "_DEBUG"
69*ebfedea0SLionel Sambuc# ADD RSC /l 0x409 /d "_DEBUG"
70*ebfedea0SLionel SambucBSC32=bscmake.exe
71*ebfedea0SLionel Sambuc# ADD BASE BSC32 /nologo
72*ebfedea0SLionel Sambuc# ADD BSC32 /nologo
73*ebfedea0SLionel SambucLIB32=link.exe -lib
74*ebfedea0SLionel Sambuc# ADD BASE LIB32 /nologo
75*ebfedea0SLionel Sambuc# ADD LIB32 /nologo /out:"Debug\tommath.lib"
76*ebfedea0SLionel Sambuc
77*ebfedea0SLionel Sambuc!ENDIF
78*ebfedea0SLionel Sambuc
79*ebfedea0SLionel Sambuc# Begin Target
80*ebfedea0SLionel Sambuc
81*ebfedea0SLionel Sambuc# Name "libtommath - Win32 Release"
82*ebfedea0SLionel Sambuc# Name "libtommath - Win32 Debug"
83*ebfedea0SLionel Sambuc# Begin Source File
84*ebfedea0SLionel Sambuc
85*ebfedea0SLionel SambucSOURCE=.\bn_error.c
86*ebfedea0SLionel Sambuc# End Source File
87*ebfedea0SLionel Sambuc# Begin Source File
88*ebfedea0SLionel Sambuc
89*ebfedea0SLionel SambucSOURCE=.\bn_fast_mp_invmod.c
90*ebfedea0SLionel Sambuc# End Source File
91*ebfedea0SLionel Sambuc# Begin Source File
92*ebfedea0SLionel Sambuc
93*ebfedea0SLionel SambucSOURCE=.\bn_fast_mp_montgomery_reduce.c
94*ebfedea0SLionel Sambuc# End Source File
95*ebfedea0SLionel Sambuc# Begin Source File
96*ebfedea0SLionel Sambuc
97*ebfedea0SLionel SambucSOURCE=.\bn_fast_s_mp_mul_digs.c
98*ebfedea0SLionel Sambuc# End Source File
99*ebfedea0SLionel Sambuc# Begin Source File
100*ebfedea0SLionel Sambuc
101*ebfedea0SLionel SambucSOURCE=.\bn_fast_s_mp_mul_high_digs.c
102*ebfedea0SLionel Sambuc# End Source File
103*ebfedea0SLionel Sambuc# Begin Source File
104*ebfedea0SLionel Sambuc
105*ebfedea0SLionel SambucSOURCE=.\bn_fast_s_mp_sqr.c
106*ebfedea0SLionel Sambuc# End Source File
107*ebfedea0SLionel Sambuc# Begin Source File
108*ebfedea0SLionel Sambuc
109*ebfedea0SLionel SambucSOURCE=.\bn_mp_2expt.c
110*ebfedea0SLionel Sambuc# End Source File
111*ebfedea0SLionel Sambuc# Begin Source File
112*ebfedea0SLionel Sambuc
113*ebfedea0SLionel SambucSOURCE=.\bn_mp_abs.c
114*ebfedea0SLionel Sambuc# End Source File
115*ebfedea0SLionel Sambuc# Begin Source File
116*ebfedea0SLionel Sambuc
117*ebfedea0SLionel SambucSOURCE=.\bn_mp_add.c
118*ebfedea0SLionel Sambuc# End Source File
119*ebfedea0SLionel Sambuc# Begin Source File
120*ebfedea0SLionel Sambuc
121*ebfedea0SLionel SambucSOURCE=.\bn_mp_add_d.c
122*ebfedea0SLionel Sambuc# End Source File
123*ebfedea0SLionel Sambuc# Begin Source File
124*ebfedea0SLionel Sambuc
125*ebfedea0SLionel SambucSOURCE=.\bn_mp_addmod.c
126*ebfedea0SLionel Sambuc# End Source File
127*ebfedea0SLionel Sambuc# Begin Source File
128*ebfedea0SLionel Sambuc
129*ebfedea0SLionel SambucSOURCE=.\bn_mp_and.c
130*ebfedea0SLionel Sambuc# End Source File
131*ebfedea0SLionel Sambuc# Begin Source File
132*ebfedea0SLionel Sambuc
133*ebfedea0SLionel SambucSOURCE=.\bn_mp_clamp.c
134*ebfedea0SLionel Sambuc# End Source File
135*ebfedea0SLionel Sambuc# Begin Source File
136*ebfedea0SLionel Sambuc
137*ebfedea0SLionel SambucSOURCE=.\bn_mp_clear.c
138*ebfedea0SLionel Sambuc# End Source File
139*ebfedea0SLionel Sambuc# Begin Source File
140*ebfedea0SLionel Sambuc
141*ebfedea0SLionel SambucSOURCE=.\bn_mp_clear_multi.c
142*ebfedea0SLionel Sambuc# End Source File
143*ebfedea0SLionel Sambuc# Begin Source File
144*ebfedea0SLionel Sambuc
145*ebfedea0SLionel SambucSOURCE=.\bn_mp_cmp.c
146*ebfedea0SLionel Sambuc# End Source File
147*ebfedea0SLionel Sambuc# Begin Source File
148*ebfedea0SLionel Sambuc
149*ebfedea0SLionel SambucSOURCE=.\bn_mp_cmp_d.c
150*ebfedea0SLionel Sambuc# End Source File
151*ebfedea0SLionel Sambuc# Begin Source File
152*ebfedea0SLionel Sambuc
153*ebfedea0SLionel SambucSOURCE=.\bn_mp_cmp_mag.c
154*ebfedea0SLionel Sambuc# End Source File
155*ebfedea0SLionel Sambuc# Begin Source File
156*ebfedea0SLionel Sambuc
157*ebfedea0SLionel SambucSOURCE=.\bn_mp_cnt_lsb.c
158*ebfedea0SLionel Sambuc# End Source File
159*ebfedea0SLionel Sambuc# Begin Source File
160*ebfedea0SLionel Sambuc
161*ebfedea0SLionel SambucSOURCE=.\bn_mp_copy.c
162*ebfedea0SLionel Sambuc# End Source File
163*ebfedea0SLionel Sambuc# Begin Source File
164*ebfedea0SLionel Sambuc
165*ebfedea0SLionel SambucSOURCE=.\bn_mp_count_bits.c
166*ebfedea0SLionel Sambuc# End Source File
167*ebfedea0SLionel Sambuc# Begin Source File
168*ebfedea0SLionel Sambuc
169*ebfedea0SLionel SambucSOURCE=.\bn_mp_div.c
170*ebfedea0SLionel Sambuc# End Source File
171*ebfedea0SLionel Sambuc# Begin Source File
172*ebfedea0SLionel Sambuc
173*ebfedea0SLionel SambucSOURCE=.\bn_mp_div_2.c
174*ebfedea0SLionel Sambuc# End Source File
175*ebfedea0SLionel Sambuc# Begin Source File
176*ebfedea0SLionel Sambuc
177*ebfedea0SLionel SambucSOURCE=.\bn_mp_div_2d.c
178*ebfedea0SLionel Sambuc# End Source File
179*ebfedea0SLionel Sambuc# Begin Source File
180*ebfedea0SLionel Sambuc
181*ebfedea0SLionel SambucSOURCE=.\bn_mp_div_3.c
182*ebfedea0SLionel Sambuc# End Source File
183*ebfedea0SLionel Sambuc# Begin Source File
184*ebfedea0SLionel Sambuc
185*ebfedea0SLionel SambucSOURCE=.\bn_mp_div_d.c
186*ebfedea0SLionel Sambuc# End Source File
187*ebfedea0SLionel Sambuc# Begin Source File
188*ebfedea0SLionel Sambuc
189*ebfedea0SLionel SambucSOURCE=.\bn_mp_dr_is_modulus.c
190*ebfedea0SLionel Sambuc# End Source File
191*ebfedea0SLionel Sambuc# Begin Source File
192*ebfedea0SLionel Sambuc
193*ebfedea0SLionel SambucSOURCE=.\bn_mp_dr_reduce.c
194*ebfedea0SLionel Sambuc# End Source File
195*ebfedea0SLionel Sambuc# Begin Source File
196*ebfedea0SLionel Sambuc
197*ebfedea0SLionel SambucSOURCE=.\bn_mp_dr_setup.c
198*ebfedea0SLionel Sambuc# End Source File
199*ebfedea0SLionel Sambuc# Begin Source File
200*ebfedea0SLionel Sambuc
201*ebfedea0SLionel SambucSOURCE=.\bn_mp_exch.c
202*ebfedea0SLionel Sambuc# End Source File
203*ebfedea0SLionel Sambuc# Begin Source File
204*ebfedea0SLionel Sambuc
205*ebfedea0SLionel SambucSOURCE=.\bn_mp_expt_d.c
206*ebfedea0SLionel Sambuc# End Source File
207*ebfedea0SLionel Sambuc# Begin Source File
208*ebfedea0SLionel Sambuc
209*ebfedea0SLionel SambucSOURCE=.\bn_mp_exptmod.c
210*ebfedea0SLionel Sambuc# End Source File
211*ebfedea0SLionel Sambuc# Begin Source File
212*ebfedea0SLionel Sambuc
213*ebfedea0SLionel SambucSOURCE=.\bn_mp_exptmod_fast.c
214*ebfedea0SLionel Sambuc# End Source File
215*ebfedea0SLionel Sambuc# Begin Source File
216*ebfedea0SLionel Sambuc
217*ebfedea0SLionel SambucSOURCE=.\bn_mp_exteuclid.c
218*ebfedea0SLionel Sambuc# End Source File
219*ebfedea0SLionel Sambuc# Begin Source File
220*ebfedea0SLionel Sambuc
221*ebfedea0SLionel SambucSOURCE=.\bn_mp_fread.c
222*ebfedea0SLionel Sambuc# End Source File
223*ebfedea0SLionel Sambuc# Begin Source File
224*ebfedea0SLionel Sambuc
225*ebfedea0SLionel SambucSOURCE=.\bn_mp_fwrite.c
226*ebfedea0SLionel Sambuc# End Source File
227*ebfedea0SLionel Sambuc# Begin Source File
228*ebfedea0SLionel Sambuc
229*ebfedea0SLionel SambucSOURCE=.\bn_mp_gcd.c
230*ebfedea0SLionel Sambuc# End Source File
231*ebfedea0SLionel Sambuc# Begin Source File
232*ebfedea0SLionel Sambuc
233*ebfedea0SLionel SambucSOURCE=.\bn_mp_get_int.c
234*ebfedea0SLionel Sambuc# End Source File
235*ebfedea0SLionel Sambuc# Begin Source File
236*ebfedea0SLionel Sambuc
237*ebfedea0SLionel SambucSOURCE=.\bn_mp_grow.c
238*ebfedea0SLionel Sambuc# End Source File
239*ebfedea0SLionel Sambuc# Begin Source File
240*ebfedea0SLionel Sambuc
241*ebfedea0SLionel SambucSOURCE=.\bn_mp_init.c
242*ebfedea0SLionel Sambuc# End Source File
243*ebfedea0SLionel Sambuc# Begin Source File
244*ebfedea0SLionel Sambuc
245*ebfedea0SLionel SambucSOURCE=.\bn_mp_init_copy.c
246*ebfedea0SLionel Sambuc# End Source File
247*ebfedea0SLionel Sambuc# Begin Source File
248*ebfedea0SLionel Sambuc
249*ebfedea0SLionel SambucSOURCE=.\bn_mp_init_multi.c
250*ebfedea0SLionel Sambuc# End Source File
251*ebfedea0SLionel Sambuc# Begin Source File
252*ebfedea0SLionel Sambuc
253*ebfedea0SLionel SambucSOURCE=.\bn_mp_init_set.c
254*ebfedea0SLionel Sambuc# End Source File
255*ebfedea0SLionel Sambuc# Begin Source File
256*ebfedea0SLionel Sambuc
257*ebfedea0SLionel SambucSOURCE=.\bn_mp_init_set_int.c
258*ebfedea0SLionel Sambuc# End Source File
259*ebfedea0SLionel Sambuc# Begin Source File
260*ebfedea0SLionel Sambuc
261*ebfedea0SLionel SambucSOURCE=.\bn_mp_init_size.c
262*ebfedea0SLionel Sambuc# End Source File
263*ebfedea0SLionel Sambuc# Begin Source File
264*ebfedea0SLionel Sambuc
265*ebfedea0SLionel SambucSOURCE=.\bn_mp_invmod.c
266*ebfedea0SLionel Sambuc# End Source File
267*ebfedea0SLionel Sambuc# Begin Source File
268*ebfedea0SLionel Sambuc
269*ebfedea0SLionel SambucSOURCE=.\bn_mp_invmod_slow.c
270*ebfedea0SLionel Sambuc# End Source File
271*ebfedea0SLionel Sambuc# Begin Source File
272*ebfedea0SLionel Sambuc
273*ebfedea0SLionel SambucSOURCE=.\bn_mp_is_square.c
274*ebfedea0SLionel Sambuc# End Source File
275*ebfedea0SLionel Sambuc# Begin Source File
276*ebfedea0SLionel Sambuc
277*ebfedea0SLionel SambucSOURCE=.\bn_mp_jacobi.c
278*ebfedea0SLionel Sambuc# End Source File
279*ebfedea0SLionel Sambuc# Begin Source File
280*ebfedea0SLionel Sambuc
281*ebfedea0SLionel SambucSOURCE=.\bn_mp_karatsuba_mul.c
282*ebfedea0SLionel Sambuc# End Source File
283*ebfedea0SLionel Sambuc# Begin Source File
284*ebfedea0SLionel Sambuc
285*ebfedea0SLionel SambucSOURCE=.\bn_mp_karatsuba_sqr.c
286*ebfedea0SLionel Sambuc# End Source File
287*ebfedea0SLionel Sambuc# Begin Source File
288*ebfedea0SLionel Sambuc
289*ebfedea0SLionel SambucSOURCE=.\bn_mp_lcm.c
290*ebfedea0SLionel Sambuc# End Source File
291*ebfedea0SLionel Sambuc# Begin Source File
292*ebfedea0SLionel Sambuc
293*ebfedea0SLionel SambucSOURCE=.\bn_mp_lshd.c
294*ebfedea0SLionel Sambuc# End Source File
295*ebfedea0SLionel Sambuc# Begin Source File
296*ebfedea0SLionel Sambuc
297*ebfedea0SLionel SambucSOURCE=.\bn_mp_mod.c
298*ebfedea0SLionel Sambuc# End Source File
299*ebfedea0SLionel Sambuc# Begin Source File
300*ebfedea0SLionel Sambuc
301*ebfedea0SLionel SambucSOURCE=.\bn_mp_mod_2d.c
302*ebfedea0SLionel Sambuc# End Source File
303*ebfedea0SLionel Sambuc# Begin Source File
304*ebfedea0SLionel Sambuc
305*ebfedea0SLionel SambucSOURCE=.\bn_mp_mod_d.c
306*ebfedea0SLionel Sambuc# End Source File
307*ebfedea0SLionel Sambuc# Begin Source File
308*ebfedea0SLionel Sambuc
309*ebfedea0SLionel SambucSOURCE=.\bn_mp_montgomery_calc_normalization.c
310*ebfedea0SLionel Sambuc# End Source File
311*ebfedea0SLionel Sambuc# Begin Source File
312*ebfedea0SLionel Sambuc
313*ebfedea0SLionel SambucSOURCE=.\bn_mp_montgomery_reduce.c
314*ebfedea0SLionel Sambuc# End Source File
315*ebfedea0SLionel Sambuc# Begin Source File
316*ebfedea0SLionel Sambuc
317*ebfedea0SLionel SambucSOURCE=.\bn_mp_montgomery_setup.c
318*ebfedea0SLionel Sambuc# End Source File
319*ebfedea0SLionel Sambuc# Begin Source File
320*ebfedea0SLionel Sambuc
321*ebfedea0SLionel SambucSOURCE=.\bn_mp_mul.c
322*ebfedea0SLionel Sambuc# End Source File
323*ebfedea0SLionel Sambuc# Begin Source File
324*ebfedea0SLionel Sambuc
325*ebfedea0SLionel SambucSOURCE=.\bn_mp_mul_2.c
326*ebfedea0SLionel Sambuc# End Source File
327*ebfedea0SLionel Sambuc# Begin Source File
328*ebfedea0SLionel Sambuc
329*ebfedea0SLionel SambucSOURCE=.\bn_mp_mul_2d.c
330*ebfedea0SLionel Sambuc# End Source File
331*ebfedea0SLionel Sambuc# Begin Source File
332*ebfedea0SLionel Sambuc
333*ebfedea0SLionel SambucSOURCE=.\bn_mp_mul_d.c
334*ebfedea0SLionel Sambuc# End Source File
335*ebfedea0SLionel Sambuc# Begin Source File
336*ebfedea0SLionel Sambuc
337*ebfedea0SLionel SambucSOURCE=.\bn_mp_mulmod.c
338*ebfedea0SLionel Sambuc# End Source File
339*ebfedea0SLionel Sambuc# Begin Source File
340*ebfedea0SLionel Sambuc
341*ebfedea0SLionel SambucSOURCE=.\bn_mp_n_root.c
342*ebfedea0SLionel Sambuc# End Source File
343*ebfedea0SLionel Sambuc# Begin Source File
344*ebfedea0SLionel Sambuc
345*ebfedea0SLionel SambucSOURCE=.\bn_mp_neg.c
346*ebfedea0SLionel Sambuc# End Source File
347*ebfedea0SLionel Sambuc# Begin Source File
348*ebfedea0SLionel Sambuc
349*ebfedea0SLionel SambucSOURCE=.\bn_mp_or.c
350*ebfedea0SLionel Sambuc# End Source File
351*ebfedea0SLionel Sambuc# Begin Source File
352*ebfedea0SLionel Sambuc
353*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_fermat.c
354*ebfedea0SLionel Sambuc# End Source File
355*ebfedea0SLionel Sambuc# Begin Source File
356*ebfedea0SLionel Sambuc
357*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_is_divisible.c
358*ebfedea0SLionel Sambuc# End Source File
359*ebfedea0SLionel Sambuc# Begin Source File
360*ebfedea0SLionel Sambuc
361*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_is_prime.c
362*ebfedea0SLionel Sambuc# End Source File
363*ebfedea0SLionel Sambuc# Begin Source File
364*ebfedea0SLionel Sambuc
365*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_miller_rabin.c
366*ebfedea0SLionel Sambuc# End Source File
367*ebfedea0SLionel Sambuc# Begin Source File
368*ebfedea0SLionel Sambuc
369*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_next_prime.c
370*ebfedea0SLionel Sambuc# End Source File
371*ebfedea0SLionel Sambuc# Begin Source File
372*ebfedea0SLionel Sambuc
373*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_rabin_miller_trials.c
374*ebfedea0SLionel Sambuc# End Source File
375*ebfedea0SLionel Sambuc# Begin Source File
376*ebfedea0SLionel Sambuc
377*ebfedea0SLionel SambucSOURCE=.\bn_mp_prime_random_ex.c
378*ebfedea0SLionel Sambuc# End Source File
379*ebfedea0SLionel Sambuc# Begin Source File
380*ebfedea0SLionel Sambuc
381*ebfedea0SLionel SambucSOURCE=.\bn_mp_radix_size.c
382*ebfedea0SLionel Sambuc# End Source File
383*ebfedea0SLionel Sambuc# Begin Source File
384*ebfedea0SLionel Sambuc
385*ebfedea0SLionel SambucSOURCE=.\bn_mp_radix_smap.c
386*ebfedea0SLionel Sambuc# End Source File
387*ebfedea0SLionel Sambuc# Begin Source File
388*ebfedea0SLionel Sambuc
389*ebfedea0SLionel SambucSOURCE=.\bn_mp_rand.c
390*ebfedea0SLionel Sambuc# End Source File
391*ebfedea0SLionel Sambuc# Begin Source File
392*ebfedea0SLionel Sambuc
393*ebfedea0SLionel SambucSOURCE=.\bn_mp_read_radix.c
394*ebfedea0SLionel Sambuc# End Source File
395*ebfedea0SLionel Sambuc# Begin Source File
396*ebfedea0SLionel Sambuc
397*ebfedea0SLionel SambucSOURCE=.\bn_mp_read_signed_bin.c
398*ebfedea0SLionel Sambuc# End Source File
399*ebfedea0SLionel Sambuc# Begin Source File
400*ebfedea0SLionel Sambuc
401*ebfedea0SLionel SambucSOURCE=.\bn_mp_read_unsigned_bin.c
402*ebfedea0SLionel Sambuc# End Source File
403*ebfedea0SLionel Sambuc# Begin Source File
404*ebfedea0SLionel Sambuc
405*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce.c
406*ebfedea0SLionel Sambuc# End Source File
407*ebfedea0SLionel Sambuc# Begin Source File
408*ebfedea0SLionel Sambuc
409*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_2k.c
410*ebfedea0SLionel Sambuc# End Source File
411*ebfedea0SLionel Sambuc# Begin Source File
412*ebfedea0SLionel Sambuc
413*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_2k_l.c
414*ebfedea0SLionel Sambuc# End Source File
415*ebfedea0SLionel Sambuc# Begin Source File
416*ebfedea0SLionel Sambuc
417*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_2k_setup.c
418*ebfedea0SLionel Sambuc# End Source File
419*ebfedea0SLionel Sambuc# Begin Source File
420*ebfedea0SLionel Sambuc
421*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_2k_setup_l.c
422*ebfedea0SLionel Sambuc# End Source File
423*ebfedea0SLionel Sambuc# Begin Source File
424*ebfedea0SLionel Sambuc
425*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_is_2k.c
426*ebfedea0SLionel Sambuc# End Source File
427*ebfedea0SLionel Sambuc# Begin Source File
428*ebfedea0SLionel Sambuc
429*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_is_2k_l.c
430*ebfedea0SLionel Sambuc# End Source File
431*ebfedea0SLionel Sambuc# Begin Source File
432*ebfedea0SLionel Sambuc
433*ebfedea0SLionel SambucSOURCE=.\bn_mp_reduce_setup.c
434*ebfedea0SLionel Sambuc# End Source File
435*ebfedea0SLionel Sambuc# Begin Source File
436*ebfedea0SLionel Sambuc
437*ebfedea0SLionel SambucSOURCE=.\bn_mp_rshd.c
438*ebfedea0SLionel Sambuc# End Source File
439*ebfedea0SLionel Sambuc# Begin Source File
440*ebfedea0SLionel Sambuc
441*ebfedea0SLionel SambucSOURCE=.\bn_mp_set.c
442*ebfedea0SLionel Sambuc# End Source File
443*ebfedea0SLionel Sambuc# Begin Source File
444*ebfedea0SLionel Sambuc
445*ebfedea0SLionel SambucSOURCE=.\bn_mp_set_int.c
446*ebfedea0SLionel Sambuc# End Source File
447*ebfedea0SLionel Sambuc# Begin Source File
448*ebfedea0SLionel Sambuc
449*ebfedea0SLionel SambucSOURCE=.\bn_mp_shrink.c
450*ebfedea0SLionel Sambuc# End Source File
451*ebfedea0SLionel Sambuc# Begin Source File
452*ebfedea0SLionel Sambuc
453*ebfedea0SLionel SambucSOURCE=.\bn_mp_signed_bin_size.c
454*ebfedea0SLionel Sambuc# End Source File
455*ebfedea0SLionel Sambuc# Begin Source File
456*ebfedea0SLionel Sambuc
457*ebfedea0SLionel SambucSOURCE=.\bn_mp_sqr.c
458*ebfedea0SLionel Sambuc# End Source File
459*ebfedea0SLionel Sambuc# Begin Source File
460*ebfedea0SLionel Sambuc
461*ebfedea0SLionel SambucSOURCE=.\bn_mp_sqrmod.c
462*ebfedea0SLionel Sambuc# End Source File
463*ebfedea0SLionel Sambuc# Begin Source File
464*ebfedea0SLionel Sambuc
465*ebfedea0SLionel SambucSOURCE=.\bn_mp_sqrt.c
466*ebfedea0SLionel Sambuc# End Source File
467*ebfedea0SLionel Sambuc# Begin Source File
468*ebfedea0SLionel Sambuc
469*ebfedea0SLionel SambucSOURCE=.\bn_mp_sub.c
470*ebfedea0SLionel Sambuc# End Source File
471*ebfedea0SLionel Sambuc# Begin Source File
472*ebfedea0SLionel Sambuc
473*ebfedea0SLionel SambucSOURCE=.\bn_mp_sub_d.c
474*ebfedea0SLionel Sambuc# End Source File
475*ebfedea0SLionel Sambuc# Begin Source File
476*ebfedea0SLionel Sambuc
477*ebfedea0SLionel SambucSOURCE=.\bn_mp_submod.c
478*ebfedea0SLionel Sambuc# End Source File
479*ebfedea0SLionel Sambuc# Begin Source File
480*ebfedea0SLionel Sambuc
481*ebfedea0SLionel SambucSOURCE=.\bn_mp_to_signed_bin.c
482*ebfedea0SLionel Sambuc# End Source File
483*ebfedea0SLionel Sambuc# Begin Source File
484*ebfedea0SLionel Sambuc
485*ebfedea0SLionel SambucSOURCE=.\bn_mp_to_signed_bin_n.c
486*ebfedea0SLionel Sambuc# End Source File
487*ebfedea0SLionel Sambuc# Begin Source File
488*ebfedea0SLionel Sambuc
489*ebfedea0SLionel SambucSOURCE=.\bn_mp_to_unsigned_bin.c
490*ebfedea0SLionel Sambuc# End Source File
491*ebfedea0SLionel Sambuc# Begin Source File
492*ebfedea0SLionel Sambuc
493*ebfedea0SLionel SambucSOURCE=.\bn_mp_to_unsigned_bin_n.c
494*ebfedea0SLionel Sambuc# End Source File
495*ebfedea0SLionel Sambuc# Begin Source File
496*ebfedea0SLionel Sambuc
497*ebfedea0SLionel SambucSOURCE=.\bn_mp_toom_mul.c
498*ebfedea0SLionel Sambuc# End Source File
499*ebfedea0SLionel Sambuc# Begin Source File
500*ebfedea0SLionel Sambuc
501*ebfedea0SLionel SambucSOURCE=.\bn_mp_toom_sqr.c
502*ebfedea0SLionel Sambuc# End Source File
503*ebfedea0SLionel Sambuc# Begin Source File
504*ebfedea0SLionel Sambuc
505*ebfedea0SLionel SambucSOURCE=.\bn_mp_toradix.c
506*ebfedea0SLionel Sambuc# End Source File
507*ebfedea0SLionel Sambuc# Begin Source File
508*ebfedea0SLionel Sambuc
509*ebfedea0SLionel SambucSOURCE=.\bn_mp_toradix_n.c
510*ebfedea0SLionel Sambuc# End Source File
511*ebfedea0SLionel Sambuc# Begin Source File
512*ebfedea0SLionel Sambuc
513*ebfedea0SLionel SambucSOURCE=.\bn_mp_unsigned_bin_size.c
514*ebfedea0SLionel Sambuc# End Source File
515*ebfedea0SLionel Sambuc# Begin Source File
516*ebfedea0SLionel Sambuc
517*ebfedea0SLionel SambucSOURCE=.\bn_mp_xor.c
518*ebfedea0SLionel Sambuc# End Source File
519*ebfedea0SLionel Sambuc# Begin Source File
520*ebfedea0SLionel Sambuc
521*ebfedea0SLionel SambucSOURCE=.\bn_mp_zero.c
522*ebfedea0SLionel Sambuc# End Source File
523*ebfedea0SLionel Sambuc# Begin Source File
524*ebfedea0SLionel Sambuc
525*ebfedea0SLionel SambucSOURCE=.\bn_prime_tab.c
526*ebfedea0SLionel Sambuc# End Source File
527*ebfedea0SLionel Sambuc# Begin Source File
528*ebfedea0SLionel Sambuc
529*ebfedea0SLionel SambucSOURCE=.\bn_reverse.c
530*ebfedea0SLionel Sambuc# End Source File
531*ebfedea0SLionel Sambuc# Begin Source File
532*ebfedea0SLionel Sambuc
533*ebfedea0SLionel SambucSOURCE=.\bn_s_mp_add.c
534*ebfedea0SLionel Sambuc# End Source File
535*ebfedea0SLionel Sambuc# Begin Source File
536*ebfedea0SLionel Sambuc
537*ebfedea0SLionel SambucSOURCE=.\bn_s_mp_exptmod.c
538*ebfedea0SLionel Sambuc# End Source File
539*ebfedea0SLionel Sambuc# Begin Source File
540*ebfedea0SLionel Sambuc
541*ebfedea0SLionel SambucSOURCE=.\bn_s_mp_mul_digs.c
542*ebfedea0SLionel Sambuc# End Source File
543*ebfedea0SLionel Sambuc# Begin Source File
544*ebfedea0SLionel Sambuc
545*ebfedea0SLionel SambucSOURCE=.\bn_s_mp_mul_high_digs.c
546*ebfedea0SLionel Sambuc# End Source File
547*ebfedea0SLionel Sambuc# Begin Source File
548*ebfedea0SLionel Sambuc
549*ebfedea0SLionel SambucSOURCE=.\bn_s_mp_sqr.c
550*ebfedea0SLionel Sambuc# End Source File
551*ebfedea0SLionel Sambuc# Begin Source File
552*ebfedea0SLionel Sambuc
553*ebfedea0SLionel SambucSOURCE=.\bn_s_mp_sub.c
554*ebfedea0SLionel Sambuc# End Source File
555*ebfedea0SLionel Sambuc# Begin Source File
556*ebfedea0SLionel Sambuc
557*ebfedea0SLionel SambucSOURCE=.\bncore.c
558*ebfedea0SLionel Sambuc# End Source File
559*ebfedea0SLionel Sambuc# Begin Source File
560*ebfedea0SLionel Sambuc
561*ebfedea0SLionel SambucSOURCE=.\tommath.h
562*ebfedea0SLionel Sambuc# End Source File
563*ebfedea0SLionel Sambuc# Begin Source File
564*ebfedea0SLionel Sambuc
565*ebfedea0SLionel SambucSOURCE=.\tommath_class.h
566*ebfedea0SLionel Sambuc# End Source File
567*ebfedea0SLionel Sambuc# Begin Source File
568*ebfedea0SLionel Sambuc
569*ebfedea0SLionel SambucSOURCE=.\tommath_superclass.h
570*ebfedea0SLionel Sambuc# End Source File
571*ebfedea0SLionel Sambuc# End Target
572*ebfedea0SLionel Sambuc# End Project
573