Changes between Version 5 and Version 6 of Other/Summer/2017/FPGAEncryption
- Timestamp:
- Jul 19, 2017, 2:08:56 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2017/FPGAEncryption
v5 v6 1 == Porting the RC5 Encryption Scheme to Synthesizable Verilog==1 == Design of a pseudo-language for FPGA programming== 2 2 3 3 [[TOC(Other/Summer/2017*, depth=4)]] … … 6 6 7 7 === Mission === 8 The RC5 encryption scheme (Rivest's Cypher) will be ported to an FPGA using synthesizable verilog. The benefit of this would be scalability of encryption. 9 10 11 12 === Background === 13 ==== Rivest's Cypher Encryption ==== 14 15 16 17 18 19 20 21 === Progress === 22 8 Designing a psuedo-language based on the BASIC programming language, in order to lower the entry point for FPGA programming. The RC5 encryption scheme (Rivest's Cypher) will be ported to an FPGA using synthesizable verilog. The benefit of this would be scalability of encryption. This motive for porting the RC5 scheme using our new language is to prove the efficacy of the new language for writing FPGA programs 23 9 24 10