diff options
author | lioux <lioux@FreeBSD.org> | 2005-01-18 09:43:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-01-18 09:43:38 +0800 |
commit | c0e7755c9e3bfd8c8fd667e584e4e47444ef6a0d (patch) | |
tree | b38dd7bd70facbb1b2bd96a97f6da35f5a564337 /math/miracl/pkg-descr | |
parent | 2b636226fade18f8d58aca179d844c756da8d7a7 (diff) | |
download | freebsd-ports-gnome-c0e7755c9e3bfd8c8fd667e584e4e47444ef6a0d.tar.gz freebsd-ports-gnome-c0e7755c9e3bfd8c8fd667e584e4e47444ef6a0d.tar.zst freebsd-ports-gnome-c0e7755c9e3bfd8c8fd667e584e4e47444ef6a0d.zip |
New port miracl version 4.85: Multiprecision Integer and Rational
Arithmetic C/C++ Library
Diffstat (limited to 'math/miracl/pkg-descr')
-rw-r--r-- | math/miracl/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/miracl/pkg-descr b/math/miracl/pkg-descr new file mode 100644 index 000000000000..65f4b135e1da --- /dev/null +++ b/math/miracl/pkg-descr @@ -0,0 +1,20 @@ +[ excerpt from developer's web site ] + +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. + +WWW: http://indigo.ie/~mscott/ + +-- lioux@FreeBSD.org |