./wip/miracl, Multiprecision Integer and Rational Arithmetic C/C++ Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.4, Package name: miracl-5.4, Maintainer: prudhvi-krishna-bsd

MIRACL is a Big Number Library which implements all of the primitives
necessary to design Big Number Cryptography into your real-world
application. It is primarily a tool for cryptographic system
implementors. RSA public key cryptography, Diffie-Hellman Key
exchange, DSA digital signature, they are all just a few procedure
calls away. Support is also included for even more esoteric Elliptic
Curves and Lucas function based schemes. The latest version offers
full support for Elliptic Curve Cryptography over GF(p) and GF(2m).
Less well-known techniques can also be implemented as MIRACL allows
you to work directly and efficiently with the big numbers that are
the building blocks of number-theoretic cryptography. Although
implemented as a C library, a well-thought out C++ wrapper is
provided, which greatly simplifies program development. Most example
programs (25+ of them) are provided in both C and C++ versions.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 07e0e2f307886cc08f8d68a0d06c3f04639e278a
Filesize: 1683.208 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2009-08-25 13:32:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
upstream distfile changed -- find out why
. doesn't contain linux64, so doesn't build on amd64
   2009-08-15 05:47:45 by Prudhvi Krishna Surapaneni | Files touched by this commit (1)
Log message:
Update Homepage

   2009-07-16 08:02:36 by Prudhvi Krishna Surapaneni | Files touched by this commit (1)
Log message:
Add Todo: Find License type
   2009-07-16 07:53:30 by Prudhvi Krishna Surapaneni | Files touched by this commit (5) | Imported package
Log message:
Initial import for wip/miracl