<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.6.2" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
 <name>Crypt_DiffieHellman</name>
 <channel>pear.php.net</channel>
 <summary>Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5</summary>
 <description>Implementation of the Diffie-Hellman Key Exchange cryptographic protocol
in PHP5. Enables two parties without any prior knowledge of each other
establish a secure shared secret key across an insecure channel
of communication.</description>
 <lead>
  <name>Pádraic Brady</name>
  <user>padraic</user>
  <email>padraic@php.net</email>
  <active>yes</active>
 </lead>
 <date>2007-09-29</date>
 <time>15:30:52</time>
 <version>
  <release>0.2.0</release>
  <api>0.2.0</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
 <notes>* Initial release!
* Updated tests location inside directory hierarchy for easier running
* Fixed a PHP variable undefined notice
* Full support for three input/output modes: Number (big integer string, Binary and Btwoc (big-endian twos complement)
* Allowed for a specific BigInteger extension to be selected for use from the Crypt_DiffieHellman contructor
* Minor typo fixes against PEAR Coding Standard</notes>
 <contents>
  <dir baseinstalldir="/" name="/">
   <file baseinstalldir="/" md5sum="388fe483ca730645de324c42a98c343a" name="DiffieHellman/Math/BigInteger/Bcmath.php" role="php" />
   <file baseinstalldir="/" md5sum="6f9dae22b69e83025d1e6165fe70b5cd" name="DiffieHellman/Math/BigInteger/Exception.php" role="php" />
   <file baseinstalldir="/" md5sum="9b137582263ef60572505dc545bdec3d" name="DiffieHellman/Math/BigInteger/Gmp.php" role="php" />
   <file baseinstalldir="/" md5sum="98a62bcbd00f31a25028793c0edaecdc" name="DiffieHellman/Math/BigInteger/Interface.php" role="php" />
   <file baseinstalldir="/" md5sum="2c3e89ee741757ae687b367e4cfc92ec" name="DiffieHellman/Math/BigInteger.php" role="php" />
   <file baseinstalldir="/" md5sum="f78ae53333096666c45727f4b1d82ea9" name="DiffieHellman/Math/Exception.php" role="php" />
   <file baseinstalldir="/" md5sum="13ae73351f996788e7861ae96fa289a0" name="DiffieHellman/Exception.php" role="php" />
   <file baseinstalldir="/" md5sum="0f49186b8d49fc428379599001d2f669" name="DiffieHellman/Math.php" role="php" />
   <file baseinstalldir="/" md5sum="ada66fc5037bed849043fa589cef4c41" name="tests/AllTests.php" role="test" />
   <file baseinstalldir="/" md5sum="9c41ff93af3045e5c169d70794cc4938" name="tests/DiffieHellmanTest.php" role="test" />
   <file baseinstalldir="/" md5sum="81db1d6b1750815fb7ce64512fc48ef6" name="tests/TestConfiguration.php.dist" role="test" />
   <file baseinstalldir="/" md5sum="2905836b0402bd79dbc8a54202aa133f" name="tests/TestHelper.php" role="test" />
   <file baseinstalldir="/" md5sum="bcc004c7004c8e5bb03c637fdf7ec07d" name="DiffieHellman.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
   <package>
    <name>PEAR</name>
    <channel>pear.php.net</channel>
    <min>1.3.6</min>
   </package>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.2.0</release>
    <api>0.2.0</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2007-09-29</date>
   <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
   <notes>* Initial release!
* Updated tests location inside directory hierarchy for easier running
* Fixed a PHP variable undefined notice
* Full support for three input/output modes: Number (big integer string, Binary and Btwoc (big-endian twos complement)
* Allowed for a specific BigInteger extension to be selected for use from the Crypt_DiffieHellman contructor
* Minor typo fixes against PEAR Coding Standard</notes>
  </release>
 </changelog>
</package>
