Research Article

Compact Implementations of HIGHT Block Cipher on IoT Platforms

Table 4

Delta update process in 8-bit AVR instruction sets.

Input: temporal storage (TEMP), input delta (DELTA)
Output: output delta (DELTA)

1: CLR TEMP
2: BST DELTA, 0
3: BLD DELTA, 7
4: BST DELTA, 3
5: BLD TEMP, 7
6: EOR DELTA, TEMP
7: LSR DELTA