Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What does the 'a' and x^254 in code means?

sage: R.<x>=GF(2^8,'a')[]

sage: from sage.crypto.boolean_function import BooleanFunction

sage: B = BooleanFunction( x^254 ) # the Boolean function Tr(x^254)

sage: B

What does the 'a' and x^254 in code means?

sage: R.<x>=GF(2^8,'a')[]

R.<x>=GF(2^8,'a')[] sage: from sage.crypto.boolean_function import BooleanFunction

BooleanFunction sage: B = BooleanFunction( x^254 ) # the Boolean function Tr(x^254)

Tr(x^254) sage: B

B