1Net::SSH::Perl::Kex::C2U5s5e1r9(C3o)ntributed Perl DocumNeentt:a:tSiSoHn::Perl::Kex::C25519(3)
2
3
4
6 Net::SSH::Perl::Kex::C25519 - Elliptical Curve 25519 Key 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::C25519';
13
14 $dh->exchange;
15
17 Net::SSH::Perl::Kex::C25519 implements the curve25519-sha256@libssh.org
18 key exchange protocol 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 137:
35 Unknown E content in E<lkinley@loyaltymethods.com>
36
37
38
39perl v5.38.0 2023-08-08 Net::SSH::Perl::Kex::C25519(3)