Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why GF(256) matrix only have zero and one number?

like this

sage: matrix(GF(2**8), [1, 2, 3, 4])
[1 0 1 0]

I just want do some matrix calculate mod 256, can any help me, please?