ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Crypt-Twofish2/table.h
(Generate patch)

Comparing Crypt-Twofish2/table.h (file contents):
Revision 1.1 by root, Sat Sep 6 22:10:54 2003 UTC vs.
Revision 1.2 by root, Wed Dec 1 02:12:30 2010 UTC

135* log2(lpMax[ 7..12])= 9.32 1.01 1.16 4.23 8.02 12.45 135* log2(lpMax[ 7..12])= 9.32 1.01 1.16 4.23 8.02 12.45
136* log2(fixPt[ 0.. 8])= 1.44 1.44 2.44 4.06 6.01 8.21 11.07 14.09 17.00 136* log2(fixPt[ 0.. 8])= 1.44 1.44 2.44 4.06 6.01 8.21 11.07 14.09 17.00
137* log2(skXor[ 0.. 0]) 137* log2(skXor[ 0.. 0])
138* log2(skDup[ 0.. 6])= --- 2.37 0.44 3.94 8.36 13.04 17.99 138* log2(skDup[ 0.. 6])= --- 2.37 0.44 3.94 8.36 13.04 17.99
139***********************************************************************/ 139***********************************************************************/
140CONST BYTE P8x8[2][256] = 140static CONST BYTE P8x8[2][256] =
141{ 141{
142/* p0: */ 142/* p0: */
143/* dpMax = 10. lpMax = 64. cycleCnt= 1 1 1 0. */ 143/* dpMax = 10. lpMax = 64. cycleCnt= 1 1 1 0. */
144/* 817D6F320B59ECA4.ECB81235F4A6709D.BA5E6D90C8F32471.D7F4126E9B3085CA. */ 144/* 817D6F320B59ECA4.ECB81235F4A6709D.BA5E6D90C8F32471.D7F4126E9B3085CA. */
145/* Karnaugh maps: 145/* Karnaugh maps:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines