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

Diff for /OpenXM/src/ox_ntl/crypt/blowfish/bf_tbl.h between version 1.1 and 1.2

version 1.1, 2004/07/22 12:12:05 version 1.2, 2004/09/20 00:10:24
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/ox_ntl/crypt/blowfish/bf_tbl.h,v 1.1 2004/07/22 12:12:05 iwane Exp $ */
   
 #ifndef __BF_TBL_H__  #ifndef __BF_TBL_H__
 #define __BF_TBL_H__  #define __BF_TBL_H__
   
 #include <unistd.h>  #include <inttypes.h>
   
 static const uint32_t __blowfish_tbl_p[] = {  static const uint32_t __blowfish_tbl_p[] = {
         0x243f6a88U, 0x85a308d3U, 0x13198a2eU, 0x03707344U,          0x243f6a88U, 0x85a308d3U, 0x13198a2eU, 0x03707344U,

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

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