/Chimpanzee

Haskell implementation of cipher

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Moved to Codeberg

Chimpanzee

Haskell CI

Table of contents

Description

This project aims to implement an algorithm that can be used for anything, this project is licensed bsd 3 clauses

Prerequisites

to build this software, you must have:

Package Minimum Version
GHC 9.0.2
Cabal 3.8

Setup

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

Build

cabal build

(optional) if you want to do a test, use the command

Test

cabal run test

Install

cabal install --lib

Example

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"