Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 421 Bytes

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.