Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 899 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 899 Bytes

SPD01 - CYM

University task: Implement Cesar, Polybius, Rail Fence algorithms

CircleCI

projecte/                          Top-level packag
      .circleci/                   
              config.yml        
      algorithms/                  Subpackage 
              __init__.py
              cesar.py             Class
              polybius.py
              rail_fence.py

      defs/                        Subpackage defs
              __init__.py
              alphabets.py         alphabets
      utils/                       Utilitys
              __init__.py
              matrix_operations.py list utilitys
      tests/
              test_algorithms.py   Tests cesar, polybius and rail fence encr/decr
              test_utils.py        Tests utils/