gf(2) mod

c = a % b

Calculate c = a/b, result is cremainder

gf(2) Polynomial long division

c = a/b

a = b0000000000000000000000000000000000000000000000000000010000000000
a = 0x0000000000000400
a = x10

b = b0000000000000000000000000000000011101011111100101000001100011111
b = 0x00000000ebf2831f
b = x31 + x30 + x29 + x27 + x25 + x24 + x23 + x22 + x21 + x20 + x17 + x15 + x9 + x8 + x4 + x3 + x2 + x + 1

  10000000000 | 11101011111100101000001100011111

cquotient = b0000000000000000000000000000000000000000000000000000000000000000
cquotient = 0x0000000000000000
cquotient = 0

cremainder = b0000000000000000000000000000000000000000000000000000010000000000
cremainder = 0x0000000000000400
cremainder = x10