cdavid14 / dvb-csa-hardware-implementation

DVB Common Scrambling Algorithm - VHDL synthesizable implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DVB-CSA algorithm hardware implementation

This repository contains hardware implementation of DVB-CSA algorithm (used in digital television) written in VHDL. Source code is synthesizable and divided into three components:

  • Block Cipher
  • Stream Cipher
  • Main Control Unit - which combines the above subcomponents

Each component has its own test bench.

License MIT. You can reuse this code, but please add a link to this repo.

About

DVB Common Scrambling Algorithm - VHDL synthesizable implementation

License:MIT License


Languages

Language:VHDL 100.0%