includes/rijndael.php
changeset 461 717e71109645
parent 458 c433348f3628
child 472 bc4b58034f4d
equal deleted inserted replaced
460:3a1c99845ca8 461:717e71109645
     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 define ('ENC_HEX', 201);
    13 define ('ENC_BASE64', 202);
    14 define ('ENC_BASE64', 202);
    14 define ('ENC_BINARY', 203);
    15 define ('ENC_BINARY', 203);
    15 
    16 
    16 $_aes_objcache = array();
    17 $_aes_objcache = array();
    17 
    18