summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-Bignum/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-OpenSSL-Bignum/DESCR')
-rw-r--r--security/p5-Crypt-OpenSSL-Bignum/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenSSL-Bignum/DESCR b/security/p5-Crypt-OpenSSL-Bignum/DESCR
new file mode 100644
index 00000000000..5a29e9f3ea0
--- /dev/null
+++ b/security/p5-Crypt-OpenSSL-Bignum/DESCR
@@ -0,0 +1,6 @@
+Crypt::OpenSSL::Bignum provides access to OpenSSL multi-precision integer
+arithmetic libraries. Presently, many though not all of the arithmetic
+operations that OpenSSL provides are exposed to perl.
+In addition, this module can be used to provide access to bignum values
+produced by other OpenSSL modules, such as key parameters from
+Crypt::OpenSSL::RSA.