[Crypt_Xtea2] element index

Package indexes

All elements
c d e g s x _
_
top
_add
Crypt_Xtea2::_add() in Xtea2.php
Handle proper unsigned add, dealing with PHP's signed add.
_decipherLong
Decipher a single long (32-bit) value.
_encipherLong
Encipher a single long (32-bit) value.
_hex2bin
Convert a hexadecimal string to a binary string (e.g. convert "616263" to "abc").
_long2str
Convert long to character string.
_resize
Resize data string to a multiple of specified size.
_rshift
Handle proper unsigned right shift, dealing with PHP's signed shift.
_str2long
Convert string to array of long.
__construct
Constructor, sets the number of iterations.
c
top
Crypt_Xtea2
Crypt_Xtea2 in Xtea2.php
Class that implements the xTEA encryption algorithm.
d
top
decrypt
Decrypt an encrypted string using a specific key.
e
top
encrypt
Encrypt a string using a specific key.
g
top
getIter
Get the number of iterations to use.
s
top
setIter
Set the number of iterations to use.
x
top
Xtea2.php
Xtea2.php in Xtea2.php
c d e g s x _