<?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_xtea">Crypt_Xtea</p>
 <c>pear.php.net</c>
 <v>1.1.0RC2</v>
 <st>beta</st>
 <l>PHP 2.02</l>
 <m>jderks</m>
 <s>A class that implements the Tiny Encryption Algorithm (TEA) (New Variant).</s>
 <d>A class that implements the Tiny Encryption Algorithm (TEA) (New Variant).
This class does not depend on mcrypt.
Since the latest fix handles properly dealing with unsigned integers,
which where solved by introducing new functions _rshift(), _add(), the
speed of the encryption and decryption has radically dropped. Do not use
for large amounts of data.
Original code from http://vader.brad.ac.uk/tea/source.shtml#new_ansi
Currently to be found at: http://www.simonshepherd.supanet.com/source.shtml#new_ansi
</d>
 <da>2004-10-04 16:01:01</da>
 <n>Updated to fix unsigned/signed integer calculations.
NB: Encryption results from previous versions are not
compatible with this version, so please check your code.</n>
 <f>9114</f>
 <g>http://pear.php.net/get/Crypt_Xtea-1.1.0RC2</g>
 <x xlink:href="package.1.1.0RC2.xml"/>
</r>