-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A library to produce simple ciphers for use with lambdabot. -- -- To use MuCipher, first import Codec.MuCipher, then pick something to -- say. Then use showCipher or printCipher to see how to hide the -- message. After the message is ciphered, it can be deciphered by -- running it any Haskell interpreter, like Hugs or lambdabot. @package mucipher @version 0.5.0 module Codec.MuCipher encodeList :: Integer -> [Integer] -> Integer decodeList :: Integer -> Integer -> [Integer] getTable :: String -> String getList :: String -> [Integer] getString :: String -> Integer -> String getString_str :: String -> String -> String -> String printCipher :: String -> IO () showCipher :: String -> String