Skip to content

Commit 88c3954

Browse files
author
Tony Wasserka
committed
Fix code block in AES Registers
1 parent e4db6fb commit 88c3954

File tree

1 file changed

+29
-31
lines changed

1 file changed

+29
-31
lines changed

content/AES_Registers.md

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -695,40 +695,38 @@ keyslots+keydata_type listed below:
695695

696696
Console-unique keydata, after the initialization for the key-generation
697697
keyslot(0x3F):
698-
699-
` 0x04..0x07 keyX`
700-
` 0x08..0x0B keyX`
701-
` 0x0C..0x0F keyX`
702-
` 0x10       keyX`
703-
` 0x14..0x17 keyX`
704-
` 0x18..0x1B keyX`
705-
` 0x1C..0x1F keyX`
706-
` 0x20..0x23 keyX`
707-
` 0x24       keyX`
708698
```
709-
 0x28..0x2B keyX
699+
0x04..0x07 keyX
700+
0x08..0x0B keyX
701+
0x0C..0x0F keyX
702+
0x10       keyX
703+
0x14..0x17 keyX
704+
0x18..0x1B keyX
705+
0x1C..0x1F keyX
706+
0x20..0x23 keyX
707+
0x24       keyX
708+
0x28..0x2B keyX
710709
```
711710

712711
Common keydata:
713-
714-
` 0x2C..0x2F keyX`
715-
` 0x30..0x33 keyX`
716-
` 0x34..0x37 keyX`
717-
` 0x38..0x3B keyX`
718-
` 0x3C..0x3F keyX`
719-
` 0x04..0x0B keyY`
720-
` 0x0C..0x0F normalkey`
721-
` 0x10..0x13 normalkey`
722-
` 0x14..0x17 normalkey`
723-
` 0x18..0x1B normalkey`
724-
` 0x1C..0x1F normalkey`
725-
` 0x20..0x23 normalkey`
726-
` 0x24..0x27 normalkey`
727-
` 0x28..0x2B normalkey`
728-
` 0x2C..0x2F normalkey`
729-
` 0x30..0x33 normalkey`
730-
` 0x34..0x37 normalkey`
731-
` 0x38..0x3B normalkey`
732712
```
733-
 0x3C..0x3F normalkey
713+
0x2C..0x2F keyX
714+
0x30..0x33 keyX
715+
0x34..0x37 keyX
716+
0x38..0x3B keyX
717+
0x3C..0x3F keyX
718+
0x04..0x0B keyY
719+
0x0C..0x0F normalkey
720+
0x10..0x13 normalkey
721+
0x14..0x17 normalkey
722+
0x18..0x1B normalkey
723+
0x1C..0x1F normalkey
724+
0x20..0x23 normalkey
725+
0x24..0x27 normalkey
726+
0x28..0x2B normalkey
727+
0x2C..0x2F normalkey
728+
0x30..0x33 normalkey
729+
0x34..0x37 normalkey
730+
0x38..0x3B normalkey
731+
0x3C..0x3F normalkey
734732
```

0 commit comments

Comments
 (0)