This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
cryptocores
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added prototype of addroundkey() function
master
T. Meissner
11 years ago
parent
de08e53153
commit
a83081760f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
aes/rtl/vhdl/aes_pkg.vhd
+ 2
- 0
aes/rtl/vhdl/aes_pkg.vhd
View File
@ -85,6 +85,8 @@ package aes_pkg is
function
gmul
(
a
:
std_logic_vector
(
7
downto
0
)
;
b
:
std_logic_vector
(
7
downto
0
)
)
return
std_logic_vector
;
function
addroundkey
(
data
:
in
std_logic_vector
(
127
downto
0
)
,
key
)
end
package
aes_pkg
;
Write
Preview
Loading…
Cancel
Save