T. Meissner
|
42a5eb9b1b
|
Minor refactoring & bugfixing
* Set VHDL standard to VHDL 2008
* Replace rcon() functuion by simple array constant
* Correct loop range in addroundkey() function
|
6 years ago |
T. Meissner
|
27e06dff2c
|
Fix gmul() & (inv)mixcolums() functions
|
6 years ago |
T. Meissner
|
2f91130184
|
Add remaining AES functions
* addroundkey()
* subword()
* rotword()
* rcon()
|
9 years ago |
T. Meissner
|
46f1b9295b
|
merge last changes from amc mini repo
|
10 years ago |
T. Meissner
|
a83081760f
|
added prototype of addroundkey() function
|
11 years ago |
T. Meissner
|
62cd1950fe
|
add implementation of mixcolumns function
|
11 years ago |
T. Meissner
|
8a7e15763a
|
beauty care
|
11 years ago |
T. Meissner
|
542a5288a4
|
throw away all ovl stuff
|
11 years ago |
Torsten Meissner
|
455bcaa289
|
ovl standard enable, fixed minor bug in pkg
|
13 years ago |
Torsten Meissner
|
6737c9bf49
|
partition design in ovl and not ovl enabled
new generic in aes.vhd: ovl_enable (boolean); copy of aes_pkg.vhd to
integrate ovl functions; copy of tb_aes.vhd to integrate ovl function
|
13 years ago |
Torsten Meissner
|
2e948cf1aa
|
divide rtl directory in 2 sub-directories: vhdl & verilog
move all rtl *.vhd files into the new vhdl directory in the rtl
directory
|
13 years ago |