Straightforward architecture of the combinatorial part of the transformation round block.
More...
Straightforward architecture of the combinatorial part of the transformation round block.
Direct implementation of the compression function of SHA-2:
\begin{aligned} A_{t+1} & = {T_1}_t + {T_2}_t & \quad \forall t\in\left[0,R-1\right] \\ B_{t+1} & = A_t & \quad \forall t\in\left[0,R-1\right] \\ C_{t+1} & = B_t & \quad \forall t\in\left[0,R-1\right] \\ D_{t+1} & = C_t & \quad \forall t\in\left[0,R-1\right] \\ E_{t+1} & = D_t + {T_1}_t & \quad \forall t\in\left[0,R-1\right] \\ F_{t+1} & = E_t & \quad \forall t\in\left[0,R-1\right] \\ G_{t+1} & = F_t & \quad \forall t\in\left[0,R-1\right] \\ H_{t+1} & = G_t & \quad \forall t\in\left[0,R-1\right] \end{aligned}