-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Le 03/04/2015 19:19, Jori Mantysalo a écrit : > On Fri, 3 Apr 2015, Guillaume CONNAN wrote: > >> it's to do something like ( P1 * P2 | a ) & P3 + 2 > > Can you give a concrete example of "P1 * P2 | a"?
something like : p1 = lambda z: ((3*z^3 | 2*z^2) ^^ 5*z) + 2 This is a little bit more tricky algebraicaly speaking than + and * since some laws are not distributive on others It is to study code obfuscation (but this is a secret.). -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) iF4EAREIAAYFAlUfu94ACgkQ3evBxNNLf8gGJQEAiemUH3tixD0BdimfF+8l906C mru+E13rsdlKsyNfCMUBAKiVHRfQwr77DuMe5z0xRWN+zfzJ5RUe9f8DjfXZarHM =lD3P -----END PGP SIGNATURE----- -- 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 http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
