gf(2) mod
c = a % b
Calculate c = a/b, result is c
remainder
gf(2) Polynomial long division
c = a/b
a = b0000000000000000000000000000000000000000000000000000010000000000
a = 0x0000000000000400
a = x
10
b = b0000000000000000000000000000000000000000001001111000101010011001
b = 0x0000000000278a99
b = x
21
+ x
18
+ x
17
+ x
16
+ x
15
+ x
11
+ x
9
+ x
7
+ x
4
+ x
3
+ 1
10000000000 | 1001111000101010011001
c
quotient
= b0000000000000000000000000000000000000000000000000000000000000000
c
quotient
= 0x0000000000000000
c
quotient
= 0
c
remainder
= b0000000000000000000000000000000000000000000000000000010000000000
c
remainder
= 0x0000000000000400
c
remainder
= x
10