1Net::SSH::Perl::Kex::DHUGsEeXrSHCAo2n5t6r(i3b)uted PerlNDeotc:u:mSeSnHt:a:tPieornl::Kex::DHGEXSHA256(3)
2
3
4
6 Net::SSH::Perl::Kex::DHGEXSHA256 - Diffie-Hellman Group Exchange using
7 SHA256 hashing.
8
10 use Net::SSH::Perl::Kex;
11 my $kex = Net::SSH::Perl::Kex->new;
12 my $dh = bless $kex, 'Net::SSH::Perl::Kex::DHGEX256';
13
14 $dh->exchange;
15
17 Net::SSH::Perl::Kex::DHGEXSHA256 implements Diffie-Hellman Group
18 Exchange with SHA256 hashing for Net::SSH::Perl. It is a subclass of
19 Net::SSH::Perl::Kex.
20
22 Lance Kinley E<lkinley@loyaltymethods.com>
23
24 Copyright (c) 2015 Loyalty Methods, Inc.
25
27 This program is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
31 Hey! The above document had some coding errors, which are explained
32 below:
33
34 Around line 48:
35 Unknown E content in E<lkinley@loyaltymethods.com>
36
37
38
39perl v5.28.1 2017-03-12Net::SSH::Perl::Kex::DHGEXSHA256(3)