<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/crypt_diffiehellman">Crypt_DiffieHellman</p>
 <c>pear.php.net</c>
 <v>0.2.0</v>
 <st>beta</st>
 <l>New BSD License</l>
 <m>padraic</m>
 <s>Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5</s>
 <d>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.</d>
 <da>2007-09-29 10:34:22</da>
 <n>* 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</n>
 <f>10736</f>
 <g>http://pear.php.net/get/Crypt_DiffieHellman-0.2.0</g>
 <x xlink:href="package.0.2.0.xml"/>
</r>