equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Crypt |
16 * @package Zend_Crypt |
17 * @subpackage Hmac |
17 * @subpackage Hmac |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: Hmac.php 20096 2010-01-06 02:05:09Z bkarwin $ |
20 * @version $Id: Hmac.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see Zend_Crypt |
24 * @see Zend_Crypt |
25 */ |
25 */ |
31 * |
31 * |
32 * @todo Patch for refactoring failed tests (key block sizes >80 using internal algo) |
32 * @todo Patch for refactoring failed tests (key block sizes >80 using internal algo) |
33 * @todo Check if mhash() is a required alternative (will be PECL-only soon) |
33 * @todo Check if mhash() is a required alternative (will be PECL-only soon) |
34 * @category Zend |
34 * @category Zend |
35 * @package Zend_Crypt |
35 * @package Zend_Crypt |
36 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
38 */ |
38 */ |
39 class Zend_Crypt_Hmac extends Zend_Crypt |
39 class Zend_Crypt_Hmac extends Zend_Crypt |
40 { |
40 { |
41 |
41 |