|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Apr 30 09:50:36 CEST 2006
Subject: [cvs-checkins] MODIFIED: twofish ...
Date: 00/06/04 30:09:50 Modified: twofish twofish_manual_en.txt Log: Minor fixes Revision Changes Path 1.2 twofish/twofish_manual_en.txt http://www.opencores.org/cvsweb.shtml/twofish/twofish_manual_en.txt.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: twofish_manual_en.txt =================================================================== RCS file: /cvsroot/spyros/twofish/twofish_manual_en.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- twofish_manual_en.txt 30 Apr 2006 07:06:34 -0000 1.1 +++ twofish_manual_en.txt 30 Apr 2006 07:50:36 -0000 1.2 @@ -196,7 +196,7 @@ names are given to keys according to the diagram given in Twofish spec. You don't need to worry about it, keys follow the same naming convention throughout the whole design. Finally, out1_ter128, out1_ter228, out3_ter128 and out4_ter128 are the 32 bit outputs -of the encryption round. +of the encryption round. (ter128 comes from Twofish_Encryption_Round128) IMPORTANT NOTICE: the output swapping is taking place IN the component. YOU HAVE TO undo the last swap after the 16th round. @@ -222,6 +222,7 @@ end twofish_decryption_round128; As in twofish_encryption_round128 component, the ports are quite self-explanatory. +(tdr128 comes from Twofish_Decryption_Round128) IMPORTANT NOTICE: as in twofish_encryption_round128, inside the component the output swapping is taking place. YOU HAVE TO undo the last swap after the 16th round.
|
 |