> > Can you help for thatt: > > sage: P2.<x> = GF(2)[]; > sage: print (x^8 + x^6 + x^3 + x^2 + 1).is_irreducible() > sage: p = x^8 + x^4 + x^3 + x^2 + 1; #twofish irreducible pol > sage: GF256 = GF(2^8, 'X', modulus=p) > sage: GF256([1,0,1,1,0,1,0,1]); > i dont know how to divided that GF256([1,0,1,1,0,1,0,1]) with irreducible polynom
-- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
