Skip to content

Computing ANFs via splitting.#410

Open
MGwynne wants to merge 1 commit into
OKullmann:masterfrom
MGwynne:anf
Open

Computing ANFs via splitting.#410
MGwynne wants to merge 1 commit into
OKullmann:masterfrom
MGwynne:anf

Conversation

@MGwynne
Copy link
Copy Markdown
Contributor

@MGwynne MGwynne commented Apr 5, 2012

Branch: anf.

Computing ANFs via splitting.

A quick test via:
#4-bit Sbox ANF (best 1-base size = 27, best min size = 22):

Sbox4_manf : fcl2anf(fcs2fcl(ss_sbox_fullcnf_fcs(2,4,ss_polynomial_2_4)))$
length(Sbox4_manf);
82
#8-bit Sbox ANF (best 1-base size = 4398, best min size = 294):

Sbox8_manf : fcl2anf(fcs2fcl(ss_sbox_fullcnf_fcs(2,8,ss_polynomial_2_8)))$
length(Sbox4_manf);
25464

I haven't added this simple test as I'm not sure where and how to place it. It seems to me that the fcl2anf function etc should first be moved in a Maxima file before having other plans files use it.

Matthew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant