Bug 81115 - New port: math/pecl-big_int Functions for calculations with arbitrary length integers and bitsets
Summary: New port: math/pecl-big_int Functions for calculations with arbitrary length ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 18:40 UTC by Antonio Carlos Venancio Junior
Modified: 2005-05-17 20:08 UTC (History)
0 users

See Also:


Attachments
file.shar (4.03 KB, text/plain)
2005-05-16 18:40 UTC, Antonio Carlos Venancio Junior
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Carlos Venancio Junior 2005-05-16 18:40:02 UTC
New port: math/pecl-big_int Functions for calculations with arbitrary length integers and bitsets

Functions from this package are useful for number theory
applications. For example, in two-keys cryptography.

See /tests/RSA.php in the package for example of simple
implementation of RSA-like cryptoalgorithm.
See http://chat.finalcombat.com/vayala/big_int/ page for
more complex implementation of RSA-like crypto, which
supports key generating, encrypting/decrypting, signing
and validating of sign.

The package has many bitset functions, which allow to work
with arbitrary length bitsets.

This package is much faster than bundled into PHP BCMath
and consists almost all functions, which are implemented
in PHP GMP extension, but it needn't any external libraries.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-17 20:08:46 UTC
State Changed
From-To: open->closed

New port added, thank you!