Source: libcrypt-openssl-ec-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libcrypt-openssl-bignum-perl , libssl-dev, perl-xs-dev, perl:native Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-ec-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-ec-perl.git Homepage: https://metacpan.org/release/Crypt-OpenSSL-EC Rules-Requires-Root: no Package: libcrypt-openssl-ec-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libcrypt-openssl-bignum-perl Description: Perl extension for OpenSSL EC (Elliptic Curves) library Crypt::OpenSSL::EC provides a standard (non-OO) interface to the OpenSSL EC (Elliptic Curve) library. It provides the Crypt::OpenSSL::EC class which defines some high level functions and constants. Some OO calls are supported. . Most of the functions described in openssl/ec.h are supported.