Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.593.984 Times

Crypt::ECDSA::Curve 0.052

  Date Added: August 05, 2010  |  Visits: 1.571

Crypt::ECDSA::Curve

Report Broken Link
Printer Friendly Version


Product Homepage
Download (193 downloads)



Crypt::ECDSA::Curve is a base class for ECC curves. These are for use with Crypt::ECDSA, a Math::GMPz based cryptography module. METHODS new Constructor. Takes the following named pair arguments: standard => standard-curve-name Used for named standard curves such as the NIST standard curves. Preferentially, these are invoked by classes which inherit from Crypt::ECDSA::Curve, such as Crypt::ECDSA::Curve::Prime, Crypt::ECDSA::Curve::Binary, or Crypt::ECDSA::Curve::Koblitz. See US govenment standard publications FIPS 186-2 or FIPS 186-3. used as: new(standard => standard curve name), where curve name is one of: Crypt::ECDSA::Curve::Prime->new( standard => [ one of ECP-192, ECP-224, ECP-256, ECP-384, ECP-521 ] ) Crypt::ECDSA::Curve::Koblitz->new( standard => [ one of EC2N-163, EC2N-233, EC2N-283, EC2N-409, EC2N-571 ] ) Koblitz curves are a special case of binary curves, with a simpler equation. Non-standard curve types are supported either via specifying parameters and algorithm, or by specifying a generic "standard" via specifying in new the pair: standard => generic_prime or standard => generic_binary. The following are used mainly for non-standard curve types. They are gotten from pre-defined values for named curves: p => $p , sets curve modulus ( for prime curve over F(p) ) a => $a, sets curve param a b => $b, sets curve param b N => the exponent in 2**N, where 2**N is a binary curve modulus ( for binary or Koblitz curve over F(2**N) ) h => curve cofactor for the point order r => base point G order for prime curves n => base point G order for binary curves G_x => $x, a base point x coordinate G_y => $y, a base point y coordinate irreducible => binary curve irreducible basis polynimial in binary integer format, so that x**233 + x**74 + 1 becomes polynomial => [ 233, 74, 0 ] and irreducible => 0x20000000000000000000000000000000000000004000000000000000001 a my $param = $curve->a; Returns parameter a in the elliptic equation. b my $param = $curve->b; Returns parameter b in the elliptic equation. p my $param = $curve->p; returns parameter p in the equation-- this is the field modulus parameter for prime curves order my $param = $curve->order; Returns the curve base point G order if known. curve_order my $param = $curve->curve_order; Returns the curve order if known. This might calculate the order some day. It does not in this version. infinity my $inf = $curve->infinity; Returns a valid point at infinity for the curve. standard my $param = $curve->standard; Returns the standard type of the curve, if defined for the instance..

Requirements: No special requirements
Platforms: Linux
Keyword: Base Base Class Base Point Cryptecdsacurve Curve Curves Ecc Ecdsa Ecp Libraries Order Param Standard
Users rating: 0/10

License: Freeware Size: 143.36 KB
USER REVIEWS
More Reviews or Write Review


CRYPT::ECDSA::CURVE RELATED
Utilities  -  wlandscape 1.0
wlandscape is a tool for collecting access point data of public wireless networks ( wlan ) in order to share it with anyone. It also supports gps and visualisation with the help of topographical maps. Visit our homepage for further informations.
1.43 MB  
Libraries  -  Test::MockClass 1.04
Test::MockClass is a Perl module to provide mock classes and mock objects for testing. SYNOPSIS # Pass in the class name and version that you want to mock use Test::MockClass qw{ClassToMock 1.1}; # create a MockClass object to handle a...
14.34 KB  
Libraries  -  Games::LMSolve::Base 0.8.1
Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub...
21.5 KB  
Libraries  -  Games::Object 0.11
Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class =...
84.99 KB  
Libraries  -  Games::Sequential::Position 0.4.6
Games::Sequential::Position is a base Position class for use with Games::Sequential. SYNOPSIS package My::GamePos; use base Games::Sequential::Position; sub init { ... } # setup initial state sub apply { ... } package main; my $pos =...
12.29 KB  
Libraries  -  Danga::Socket 1.56
Danga::Socket is an event loop and event-driven async socket base class. SYNOPSIS package My::Socket use Danga::Socket; use base (Danga::Socket); use fields (my_attribute); sub new { my My::Socket $self = shift; $self =...
18.43 KB  
Libraries  -  Rose::Object 0.84
Rose::Object is a simple object base class. SYNOPSIS package MyObject; use Rose::Object; our @ISA = qw(Rose::Object); sub foo { ... } sub bar { ... } ... my $o = MyObject->new(foo => abc, bar => 5); ... Rose::Object is a generic...
28.67 KB  
Libraries  -  WWW::Mixi::OO::Page 0.03
WWW::Mixi::OO::Page is a WWW::Mixi::OOs Pages base class. SYNOPSIS package WWW::Mixi::OO::Foo; use base qw(WWW::Mixi::OO::Page); sub uri { shift->absolute_uri(foo.pl); } # some implementations... METHODS new # subclass sub new { my...
24.58 KB  
Libraries  -  Math::BaseArith 1.00
Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a...
6.14 KB  
Libraries  -  C++ Elliptic Curve Cryptography library 0.11.1
C++ Elliptic Curve Cryptography library is a C++ library for elliptic curves cryptography. Libecc is a C++ elliptic curve cryptography library that supports fixed-size keys for maximum speed. The goal of this project is to become the first...
1.4 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB