FreeBSD Manual Pages
Net::SSH::Perl::Kex::CUser9Contributed Perl DocuNet::SSH::Perl::Kex::C25519(3) NAME Net::SSH::Perl::Kex::C25519 - Elliptical Curve 25519 Key Exchange using SHA256 hashing. SYNOPSIS use Net::SSH::Perl::Kex; my $kex = Net::SSH::Perl::Kex->new; my $dh = bless $kex, 'Net::SSH::Perl::Kex::C25519'; $dh->exchange; DESCRIPTION Net::SSH::Perl::Kex::C25519 implements the curve25519-sha256@libssh.org key exchange protocol for Net::SSH::Perl. It is a subclass of Net::SSH::Perl::Kex. AUTHOR & COPYRIGHTS Lance Kinley E<lkinley@loyaltymethods.com> Copyright (c) 2015 Loyalty Methods, Inc. LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 137: Unknown E content in E<lkinley@loyaltymethods.com> perl v5.32.1 2017-03-12 Net::SSH::Perl::Kex::C25519(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR & COPYRIGHTS | LICENSE | POD ERRORS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Net::SSH::Perl::Kex::C25519&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>