regarding thesis

  • Thread starter guranditta guranditta
  • Start date
G

guranditta guranditta

hello sir,
i am doing thesis in m.tech . my topic is vlsi
implementation of triple data encryption standard fips 46-3 , 64
bit processor . i need a vhdl code for substitution box s-box which
is 4*16 matrix based , means 16 row and 4 coulmn plz help me ..


thanx.
 
T

Thomas Stanka

hello sir,
            i am doing thesis in m.tech . my topic is vlsi
implementation of triple data encryption standard fips 46-3   ,  64
bit processor . i need a vhdl code for substitution box   s-box  which
is 4*16 matrix based , means 16 row and 4 coulmn plz help me ..

Doing efficient S-Box is one of the keys to get good implementation.
So if you like to earn your degree you need to do it on your own, as
no one discloses good solutions.

If this is not required, define s_box as array of vectors and use the
following line:
s_box := ("0000", "0001",....,"1111");

bye Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top