Skip to content

rs2xd/gfmpw_RC4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caravel User Project

License UPRJ_CI Caravel Build

❗ GF180mcuC shuttle MPW0

RC4 Encryption

The Rivest Cypher 4 is a stream cipher algorithm developed in the 1980s, remarkable for its fast implementations in both hardware and software.The RC4 algorithm outputs a pseudo random stream of bytes based on a n-byte long key. The key can be any length, but is usually longer than 6 bytes. The bitstream is deterministic, as a key will always produce the same bitstream.

The counter design (gdsii file) is located at here and the wrappered counter (gdsii file) is located at here.

Please fill in your project documentation in this README.md file

Refer to README for a quickstart of how to use caravel_user_project

Refer to README for this sample project documentation.