includes/rijndael.php
changeset 458 c433348f3628
parent 378 c1c7fa6b329f
parent 440 105457df35e5
child 461 717e71109645
equal deleted inserted replaced
439:d9dd2b2134c4 458:c433348f3628
     8  * @author Fritz Schneider
     8  * @author Fritz Schneider
     9  * @author Dan Fuhry
     9  * @author Dan Fuhry
    10  * @license BSD-style license
    10  * @license BSD-style license
    11  */
    11  */
    12 
    12 
    13 error_reporting(E_ALL);
       
    14 
       
    15 define ('ENC_HEX', 201);
       
    16 define ('ENC_BASE64', 202);
    13 define ('ENC_BASE64', 202);
    17 define ('ENC_BINARY', 203);
    14 define ('ENC_BINARY', 203);
    18 
    15 
    19 $_aes_objcache = array();
    16 $_aes_objcache = array();
    20 
    17