blob: 62386c3bc91ac8ff3bdfe933ca344474c38d545f (
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
31
32
33
34
35
|
define BIGINT_MATH 20131128
load_on auto
<header:public>
numthry.h
pow_mod.h
reducer.h
</header:public>
<header:internal>
def_powm.h
</header:internal>
<source>
dsa_gen.cpp
jacobi.cpp
make_prm.cpp
mp_numth.cpp
numthry.cpp
pow_mod.cpp
powm_fw.cpp
powm_mnt.cpp
primes.cpp
reducer.cpp
ressol.cpp
</source>
<requires>
algo_factory
bigint
hash
libstate
rng
</requires>
|