Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
polsala authored Sep 24, 2019
1 parent c35acd6 commit eef3c17
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# SPD01 - CYM (WIP)
# SPD01 - CYM
University task: Implement Cesar, Polybius, Rail Fence algorithms

[![CircleCI](https://circleci.com/gh/polsala/SPD01CryptYourMomma.svg?style=svg)](https://circleci.com/gh/polsala/SPD01CryptYourMomma)

```
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/
```

0 comments on commit eef3c17

Please sign in to comment.