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.

15 lines
733 B

3 years ago
3 years ago
3 years ago
  1. [![simulation](https://github.com/tmeissner/cryptocores/workflows/test/badge.svg?branch=master)](https://github.com/tmeissner/cryptocores/actions?query=workflow%3Atest)
  2. # cryptocores
  3. Cryptography IP-cores & tests written in VHDL / Verilog
  4. The components in this repository are not intended as productional code.
  5. They serve as proof of concept, for example how to implement a pipeline using
  6. only (local) variables instead of (global) signals. Furthermore they were used
  7. how to do a VHDL-to-Verilog conversion for learning purposes.
  8. *HINT:*
  9. The tests of some algorithms use the OSVVM library, which is redistributed as
  10. submodule. To get & initialize the submodule, please use the `--recursive` option
  11. when cloning this repository.