“…Figure 7 uses the hamming code parity for horizontal bits and modulo-2 addition for vertical bits which reduces the complexity of adder. As per the hamming parity scheme, for each horizontal representation of matrix 32-bits require 6-bits of parity bits to obtain hamming code as: (11,12,13,14,15,16,17,18,19,20,21,22,23,24,25), and − H(5) = xor (26,27,28,29,30,31). So, a total of 12 horizontal bits and 32 vertical bits are required for parity i.e., 44 parity bits for 64-bits of data.…”