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.

13 lines
548 B

  1. # cryptocores
  2. cryptography ip-cores in vhdl / verilog
  3. The components in this repository are not intended for productional code.
  4. They serve as proof of concept, for example how to implement a pipeline using
  5. only (local) variables instead of (global) signals. Furthermore they were used
  6. how to do a VHDL-to-Verilog conversion for learning purposes.
  7. *HINT:*
  8. The tests of some algorithms use the OSVVM library, which is redistributed as
  9. submodule. To get & initialize the submodule, please use the `--recursive` option
  10. when cloning this repository.