Viewing File: /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/Crypt/Perl/X/ECDSA/NoCurveForParameters.pm

package Crypt::Perl::X::ECDSA::NoCurveForParameters;

use strict;
use warnings;

use parent 'Crypt::Perl::X::Base';

sub new {
    my ($class, @params) = @_;

    return $class->SUPER::new( "This library has no curve that matches these parameters: [@params]" );
}

1;
Back to Directory File Manager