/PnD_Encryption

SW / HW integration, embedded system PnD Encryption Project @Ku Leuven

Primary LanguageC

The Crypto6_C_code dir is a C version of Encryption (RSA / AES / MAC / DigitalSignature) It "only" consists of the Encryption part, and leave funtions for futher integration with the transmission group

To run the code:

  1. cd Crypto6_C_code
  2. make all
  3. ./exc

The Secure_Codec dir is a CCS5 project, which integrates the encryption and the transmission, and is used to simulate the whole procedure on DSP simulators.