blob: a54188c57043312fd96393e8c101d942a2da8100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
realname "DH"
define DH
load_on auto
<add>
dh.cpp
dh.h
dh_core.cpp
dh_core.h
dh_op.h
dh_op.cpp
</add>
<requires>
asn1
bigint
dl_algo
numbertheory
pubkey
</requires>
|