Initial commit

This commit is contained in:
lulzette 2021-05-19 11:46:25 +03:00
commit 163af7d190
2 changed files with 28 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# ---> Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# haskell-encodings
Всякие функции по шифрованию и дешифрованию. Шифр Атбаша, простая прибавлялка, base32/64, Шифр Цезаря.