• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Bignum/H01-Dec-2017-4211

Bignum.pmH A D01-Dec-201712 KiB42410

Bignum.xsH A D01-Dec-20179.7 KiB441390

ChangesH A D01-Dec-20171.5 KiB4333

LICENSEH A D22-Oct-201619.7 KiB379304

MANIFESTH A D01-Dec-2017227 1312

META.jsonH A D01-Dec-20171.1 KiB4847

META.ymlH A D01-Dec-2017654 2625

Makefile.PLH A D01-Dec-20171.4 KiB4641

READMEH A D01-Dec-2017632 1210

test.plH A D22-Oct-20164.3 KiB154112

typemapH A D22-Oct-201690 43

README

1Crypt::OpenSSL::Bignum is an XS perl module designed to provide basic
2access to the OpenSSL multiprecision integer arithmetic libraries.
3Presently, many though not all of the arithmetic operations that
4OpenSSL provides are exposed to perl.  In addition, this module can be
5used to provide access to bignum values produced by other OpenSSL
6modules, such as key parameters from Crypt::OpenSSL::RSA.  This module
7requires that the OpenSSL libraries and header files be installed.
8
9Copyright (c) 2003 Ian Robertson.  Crypt::OpenSSL::Bignum is free
10software; you may redistribute it and/or modify it under the same
11terms as Perl itself.
12