XOR Matrix Calculator
About XOR Matrix Addition
XOR matrix addition performs a bitwise XOR operation between corresponding elements of two matrices. For each position (i,j) in the matrices: Result[i,j] = Matrix1[i,j] ⊕ Matrix2[i,j]
This operation is commonly used in cryptographic algorithms like AES, where it's used in the AddRoundKey step to combine the state matrix with the round key.
Matrix Format
Decimal (0-255)
Hexadecimal (00-FF)
Matrix A
Matrix B