1---
2abstract: 'Diffie-Hellman key exchange system'
3author:
4  - 'Benjamin Trott (cpan:BTROTT) <ben+cpan@stupidfool.org>'
5  - 'BinGOs - Chris Williams (cpan:BINGOS) <chris@bingosnet.co.uk>'
6  - 'Mithaldu - Christian Walde (cpan:MITHALDU) <walde.christian@googlemail.com>'
7build_requires:
8  ExtUtils::MakeMaker: 6.59
9configure_requires:
10  ExtUtils::MakeMaker: 6.59
11distribution_type: module
12dynamic_config: 1
13generated_by: 'Module::Install version 1.06'
14license: perl
15meta-spec:
16  url: http://module-build.sourceforge.net/META-spec-v1.4.html
17  version: 1.4
18name: Crypt-DH
19no_index:
20  directory:
21    - inc
22    - t
23requires:
24  Math::BigInt: 1.60
25  Math::BigInt::GMP: 1.24
26  perl: 5.6.0
27resources:
28  homepage: https://github.com/wchristian/crypt-dh/tree
29  license: http://dev.perl.org/licenses/
30  repository:
31    type: git
32    url: git://github.com/wchristian/crypt-dh.git
33    web: https://github.com/wchristian/crypt-dh/tree
34version: 0.07
35