Moved to Codeberg
This project aims to implement an algorithm that can be used for anything, this project is licensed bsd 3 clauses
to build this software, you must have:
Package | Minimum Version |
---|---|
GHC | 9.0.2 |
Cabal | 3.8 |
for now if you want to use this library you can clone the repo using the command :
git clone https://github.com/DevCapacitor/Chimpanzee.git
cabal build
(optional) if you want to do a test, use the command
cabal run test
cabal install --lib
GHCi, version 9.0.2: https://www.haskell.org/ghc/ :? for help
Loaded GHCi configuration from /home/orpheus/.ghc/ghci.conf
ghci> import qualified Chimpanzee.Atbash as Atbash
ghci> Atbash.encrypt "Hello World"
"Svool Dliow"