crypto/weakcrypto/inc/hash.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    17 * This header contains the definition of the message digest classes
    17 * This header contains the definition of the message digest classes
    18 *
    18 *
    19 */
    19 */
    20 
    20 
    21 
    21 
    22 
       
    23 
       
    24 /**
    22 /**
    25  @file 
    23  @file 
    26  @publishedAll
    24  @publishedAll
    27  @released
    25  @released
    28 */
    26 */
   261 	};
   259 	};
   262 
   260 
   263 /** 
   261 /** 
   264  * The MD2 block size (in bytes) 
   262  * The MD2 block size (in bytes) 
   265  * 
   263  * 
   266  * @internalTechnology 
       
   267  */
   264  */
   268 const TInt MD2_BLOCK=16;
   265 const TInt MD2_BLOCK=16;
   269 
   266 
   270 /** The size (in bytes) of the MD2 message digest */
   267 /** The size (in bytes) of the MD2 message digest */
   271 const TInt MD2_HASH=16;
   268 const TInt MD2_HASH=16;
   318 	};
   315 	};
   319 
   316 
   320 /** 
   317 /** 
   321  * The MD5 block size (in bytes)
   318  * The MD5 block size (in bytes)
   322  * 
   319  * 
   323  * @internalTechnology 
       
   324  */
   320  */
   325 const TUint MD5_LBLOCK=16;
   321 const TUint MD5_LBLOCK=16;
   326 
   322 
   327 /** The size (in bytes) of the MD5 message digest */
   323 /** The size (in bytes) of the MD5 message digest */
   328 const TUint MD5_HASH=16;
   324 const TUint MD5_HASH=16;
   387 	};
   383 	};
   388 
   384 
   389 /** 
   385 /** 
   390  * The SHA-1 block size (in bytes) 
   386  * The SHA-1 block size (in bytes) 
   391  * 
   387  * 
   392  * @internalTechnology 
       
   393  */
   388  */
   394 const TUint SHA1_LBLOCK=16;
   389 const TUint SHA1_LBLOCK=16;
   395 
   390 
   396 /** The size (in bytes) of the SHA-1 message digest */
   391 /** The size (in bytes) of the SHA-1 message digest */
   397 const TUint SHA1_HASH=20;
   392 const TUint SHA1_HASH=20;
   587 		TInt iBlockSize;
   582 		TInt iBlockSize;
   588 	};
   583 	};
   589 	
   584 	
   590 /** 
   585 /** 
   591  * The MD4 block size 
   586  * The MD4 block size 
   592  * @internalTechnology 
       
   593  */
   587  */
   594  const TUint MD4_LBLOCK=16;
   588  const TUint MD4_LBLOCK=16;
   595 
   589 
   596 /** The size (in bytes) of the MD4 message digest */
   590 /** The size (in bytes) of the MD4 message digest */
   597  const TUint MD4_HASH=16;
   591  const TUint MD4_HASH=16;