borancar / Embedded-8051-based-Cryptosystem

An embedded 8051-based crypto system with a cryptographic coprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provided are 2 GEZEL files for respective simulations:
- coproc_rsa.fdl - RSA simulation
- coproc_elgamal.fdl - ElGamal simulation

A makefile is used to generate the necessary *.ihxs by issuing
- make - for everything
- make rsa - for RSA
- make elgamal - for ElGamal
- make clean - to clean up the folder of temporary files

About

An embedded 8051-based crypto system with a cryptographic coprocessor


Languages

Language:VHDL 80.5%Language:C 19.5%