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:
- cd Crypto6_C_code
- make all
- ./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.