diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-18 01:43:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-18 01:43:38 +0000 |
commit | 79e0c9b3c0e1de0ae7bc4ea82fa9594702f8ce87 (patch) | |
tree | 2122dd39e0fff8407d724e5ca0ca1e946b6d7215 /math/miracl/pkg-descr | |
parent | 7224a1cee5876d2144e5f1af88e613944385bdf2 (diff) |
Notes
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 |