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.

18 lines
950 B

3 years ago
3 years ago
3 years ago
  1. <p align="center">
  2. <a title="GitHub Actions workflow 'simulation'" href="https://github.com/tmeissner/cryptocores/actions?query=workflow%3ASimulation"><img alt="'simulation' workflow Status" src="https://img.shields.io/github/workflow/status/tmeissner/cryptocores/Simulation/master?longCache=true&style=flat-square&label=build&logo=Github%20Actions&logoColor=fff"></a><!--
  3. -->
  4. </p>
  5. # cryptocores
  6. Cryptography IP-cores & tests written in VHDL / Verilog
  7. The components in this repository are not intended as productional code.
  8. They serve as proof of concept, for example how to implement a pipeline using
  9. only (local) variables instead of (global) signals. Furthermore they were used
  10. how to do a VHDL-to-Verilog conversion for learning purposes.
  11. *HINT:*
  12. The tests of some algorithms use the OSVVM library, which is redistributed as
  13. submodule. To get & initialize the submodule, please use the `--recursive` option
  14. when cloning this repository.