cryptography ip-cores in vhdl / verilog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
umarcor 6ebfd4afe7 aes: fix build arg order 3 years ago
aes aes: fix build arg order 3 years ago
cbcdes Update CBCDES unit and tests 4 years ago
cbcmac_aes Add more VHDL-synthesis Makefiles; use src of des instead of local copies; minor refactoring 4 years ago
cbcmac_des Add more VHDL-synthesis Makefiles; use src of des instead of local copies; minor refactoring 4 years ago
cbctdes removed internal synced copy of reset_i; set ready to high in reset 10 years ago
ctraes Add more VHDL-synthesis Makefiles; use src of des instead of local copies; minor refactoring 4 years ago
des Add more VHDL-synthesis Makefiles; use src of des instead of local copies; minor refactoring 4 years ago
lib Add OSVVM as submodule 4 years ago
tdes Add more VHDL-synthesis Makefiles; use src of des instead of local copies; minor refactoring 4 years ago
.gitignore added ignore file 10 years ago
.gitmodules Add OSVVM as submodule 4 years ago
LICENSE.textile added GPLv2 license file 9 years ago
README.md Use co-sim with openSSL to check AES enc VHDL implementation 4 years ago

README.md

cryptocores

cryptography ip-cores in vhdl / verilog

The components in this repository are not intended for productional code. They serve as proof of concept, for example how to implement a pipeline using only (local) variables instead of (global) signals. Furthermore they were used how to do a VHDL-to-Verilog conversion for learning purposes.

HINT:

The tests of some algorithms use the OSVVM library, which is redistributed as submodule. To get & initialize the submodule, please use the --recursive option when cloning this repository.