Skip to content

Commit b4adfc6

Browse files
committed
Removed a comment.
1 parent 1d5520e commit b4adfc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

RoundKey.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RConstantMatrix db 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36
44

55
RoundKeys TIMES 176 db 0
66
; 4*4*11 Matrix for all of the round keys.
7-
; TODO: Optimise this shit :D
87
column1 db 1,1,1,1
98
column2 db 2,2,2,2
109

0 commit comments

Comments
 (0)