<?xml version="1.0" encoding="ISO-8859-1" ?>
<package version="1.0">
  <name>Crypt_Xtea</name>
  <summary>A class that implements the Tiny Encryption Algorithm (TEA) (New Variant).</summary>
  <description>A class that implements the Tiny Encryption Algorithm (TEA) (New Variant).
    This class does not depend on mcrypt.
	Encryption is relatively fast, decryption relatively slow.
    Original code from http://vader.brad.ac.uk/tea/source.shtml#new_ansi</description>
  <maintainers>
    <maintainer>
      <user>jderks</user>
      <name>Jeroen Derks</name>
      <email>jeroen@derks.it</email>
      <role>lead</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.0</version>
    <date>2002-08-30</date>
    <license>PHP 2.02</license>
    <state>stable</state>
    <notes>This is the first release.</notes>
    <filelist>
      <file role="php" baseinstalldir="Crypt" md5sum="fcc3a545f41c4e4133559688c2c09c89" name="Xtea.php"/>
      <file role="php" baseinstalldir="Crypt" md5sum="46cfa3e565c965eab99c9634b037cef7" name="XteaTest.php"/>
    </filelist>
  </release>
</package>
