Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. sage: from sage.crypto.boolean_function import BooleanFunction
  2. sage: B = BooleanFunction("12fe342a")
  3. sage: B.algebraic_normal_form()
  4. x0*x1*x2*x3*x4 + x0*x1*x2 + x0*x1*x3*x4 + x0*x1*x3 + x0*x1*x4 + x0*x2*x3*x4 + x0*x2*x4 + x0*x3*x4 + x0*x3 + x0 + x1*x2*x4 + x1*x3 + x1*x4 + x2*x3*x4 + x2*x3 + x2*x4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement