Hi,
I read that the c++ library fflas-ffpack is included in Sage, I'm
trying to find the commands which use it, but so far I couldn't find
them.

I want to implement the finite field 2^8 using fflas-ffpack.

With the normal commands in Sage(I guess Givaro), that would be:

F.<x> = GF(2)[]
# The get the Finite Field with polynomial generator 0x11B (283)
k.<a> = GF(2^8,name='a',modulus=x^8+x^4+x^3+x+1,repr='int')

Where are the commands which use fflas-ffpack to build that field?

Thanks a lot !!!
Christian

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to