GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::SSH::Perl::Kex::C25519(3) User Contributed Perl Documentation Net::SSH::Perl::Kex::C25519(3)

Net::SSH::Perl::Kex::C25519 - Elliptical Curve 25519 Key Exchange using SHA256 hashing.

    use Net::SSH::Perl::Kex;
    my $kex = Net::SSH::Perl::Kex->new;
    my $dh = bless $kex, 'Net::SSH::Perl::Kex::C25519';

    $dh->exchange;

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.

Lance Kinley E<lkinley@loyaltymethods.com>

Copyright (c) 2015 Loyalty Methods, Inc.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Hey! The above document had some coding errors, which are explained below:
Around line 137:
Unknown E content in E<lkinley@loyaltymethods.com>
2017-03-12 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.