Crypt::OpenPGP::Buffer

Binary in/out buffer.
Download

Crypt::OpenPGP::Buffer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Benjamin Trott
  • Publisher web site:
  • http://search.cpan.org/~btrott/

Crypt::OpenPGP::Buffer Tags


Crypt::OpenPGP::Buffer Description

Binary in/out buffer. Crypt::OpenPGP::Buffer is a binary in/out buffer.SYNOPSIS use Crypt::OpenPGP::Buffer; my $buf = Crypt::OpenPGP::Buffer->new; $buf->put_mp_int($n); my $m = $buf->get_mp_int;Crypt::OpenPGP::Buffer subclasses the Data::Buffer class to provide binary in/out buffer capabilities for Crypt::OpenPGP. In addition to the standard Data::Buffer methods, this class adds methods to get and put multiple-precision integers (Math::Pari objects).A PGP multiple precision integer is stored in two pieces: a two-octet scalar representing the length of the integer in bits, followed by a string of octets that is a serialized representation of the integer. Requirements: · Perl


Crypt::OpenPGP::Buffer Related Software