aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/gnump/info.txt
blob: 9566bded2d6457ef274c13ed4962121a7f6ad095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
define ENGINE_GNU_MP

load_on request

<libs>
all -> gmp
</libs>

<header:public>
eng_gmp.h
</header:public>

<header:internal>
gmp_wrap.h
</header:internal>

<source>
gmp_dh.cpp
gmp_dsa.cpp
gmp_elg.cpp
gmp_if.cpp
gmp_mem.cpp
gmp_nr.cpp
gmp_powm.cpp
gmp_wrap.cpp
</source>

<requires>
bigint
</requires>