Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 351 Bytes

Implementation of Some Random Feistel based Cipher (SRFB)

  • working with list[int] in all functions as object, it is not good at all but it's okay :)
  • see the flows in flow-all.pdf in root dir.

Run ?

git clone git@github.com:ay-sbu/csc-hw2-feistel-cipher.git
cd src
python test.py
  • see the test.py file for more details.