Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Arithmetic operation is not working in finite field GF(4091^2)?

I am facing problem during arithmetic operation in $ GF(4091^2)$. But everything working fine in $ GF(13^2)$ as

Var('x') F.<x> = GF(13^2) a=F.fetch_int(150)+F.fetch_int(97) print a

Arithmetic operation is not working in finite field GF(4091^2)?

I am facing problem during arithmetic operation in $ GF(4091^2)$. But everything working fine in $ GF(13^2)$ as

Var('x')
F.<x> = GF(13^2)
a=F.fetch_int(150)+F.fetch_int(97)
print aa

How can I fix this?