blob: 33af9a8e5244663266db00d41fbbb1a06f8ee616 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
realname "Diffie-Hellman Key Agreement"
define DIFFIE_HELLMAN
load_on auto
<add>
dh.cpp
dh.h
dh_core.cpp
dh_core.h
dh_op.h
</add>
<requires>
dl_algo
dl_group
libstate
numbertheory
</requires>
|