| Copyright | (c) Colin Woodbury 2015 - 2020 |
|---|---|
| License | BSD3 |
| Maintainer | Colin Woodbury <colin@fosskers.ca> |
| Safe Haskell | None |
| Language | Haskell2010 |
Crypto.Classical.Cipher.Substitution
Description
Synopsis
- newtype Substitution a = Substitution {
- _substitution :: a
Documentation
newtype Substitution a Source #
A Cipher whose key is a (pseudo)random mapping of characters to other characters. A character may map to itself.
Constructors
| Substitution | |
Fields
| |