1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
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> asn1 bigint dl_algo numbertheory pubkey </requires>