home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libcrypt-openssl-bignum-perl / README < prev   
Encoding:
Text File  |  2003-02-19  |  1.1 KB  |  24 lines

  1. Crypt::OpenSSL::Bignum is an XS perl module designed to provide basic
  2. access to the OpenSSL multiprecision integer arithmetic libraries.
  3. Presently, many though not all of the arithmetic operations that
  4. OpenSSL provides are exposed to perl.  In addition, this module can be
  5. used to provide access to bignum values produced by other OpenSSL
  6. modules, such as key parameters from Crypt::OpenSSL::RSA.  This module
  7. requires that the OpenSSL libraries and header files be installed.
  8.  
  9. Crypt::OpenSSL::Bignum is currently under active development, and the
  10. many of the arithmetic APIs may change.  However, the author is
  11. committed to greater stability of the following methods:
  12.  
  13.   new_from_bin, new_from_hex, new_from_decimal
  14.   to_bin, to_hex, to_decimal
  15.   pointer_copy, bless_pointer
  16.  
  17. The module is being developed on sourceforge; if you find something
  18. you like or hate, please come to http://perl-openssl.sf.net/ for
  19. discussion and the latest in the cvs repository.
  20.  
  21. Copyright (c) 2003 Ian Robertson.  Crypt::OpenSSL::RSA is free
  22. software; you may redistribute it and/or modify it under the same
  23. terms as Perl itself.
  24.