[BACK]Return to cast5tbl.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl / crypt / cast5

Diff for /OpenXM/src/ox_ntl/crypt/cast5/cast5tbl.h between version 1.1 and 1.2

version 1.1, 2004/07/15 14:51:42 version 1.2, 2004/09/20 00:10:24
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/ox_ntl/crypt/cast5/cast5tbl.h,v 1.1 2004/07/15 14:51:42 iwane Exp $ */
 /*  /*
  * rfc 2144   * rfc 2144
  *  The CAST-128 Encryption Algorithm   *  The CAST-128 Encryption Algorithm
Line 6 
Line 6 
 #ifndef __CAST5_TBL_H__  #ifndef __CAST5_TBL_H__
 #define __CAST5_TBL_H__  #define __CAST5_TBL_H__
   
   #include <inttypes.h>
   
 static const uint32_t __cast128_tbl_s1[] = {  static const uint32_t __cast128_tbl_s1[] = {
 0x30fb40d4, 0x9fa0ff0b, 0x6beccd2f, 0x3f258c7a, 0x1e213f2f, 0x9c004dd3, 0x6003e540, 0xcf9fc949,  0x30fb40d4, 0x9fa0ff0b, 0x6beccd2f, 0x3f258c7a, 0x1e213f2f, 0x9c004dd3, 0x6003e540, 0xcf9fc949,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>