package Net::SSH::Perl::Key::ECDSA256;
use strict;
use warnings;
use base qw( Net::SSH::Perl::Key::ECDSA );
sub ssh_name { 'ecdsa-sha2-nistp256' }
sub digest { 'SHA256' }
sub siglen { 32 }
sub keygen { shift->SUPER::keygen(256) }
1;
package Net::SSH::Perl::Key::ECDSA256;
use strict;
use warnings;
use base qw( Net::SSH::Perl::Key::ECDSA );
sub ssh_name { 'ecdsa-sha2-nistp256' }
sub digest { 'SHA256' }
sub siglen { 32 }
sub keygen { shift->SUPER::keygen(256) }
1;
Global | |
---|---|
s | Focus search bar |
? | Bring up this help dialog |
GitHub | |
---|---|
g p | Go to pull requests |
g i | go to github issues (only if github is preferred repository) |
POD | |
---|---|
g a | Go to author |
g c | Go to changes |
g i | Go to issues |
g d | Go to dist |
g r | Go to repository/SCM |
g s | Go to source |
g b | Go to file browse |