diff options
author | joe <joe@jerkface.net> | 2014-04-21 22:17:59 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-21 22:17:59 -0400 |
commit | aa2b2ffbcdadaed3025957fb5d0ace5fec4533f1 (patch) | |
tree | b908a2c17da85f27a813802c7b450bd5bfbf40c0 | |
parent | 821fdb47cab64c91f956ad1ca6d5489961459e69 (diff) |
top level sigs for Base58
-rw-r--r-- | Base58.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ import Data.List | |||
7 | import Data.Word ( Word8 ) | 7 | import Data.Word ( Word8 ) |
8 | import Control.Monad | 8 | import Control.Monad |
9 | 9 | ||
10 | base58chars :: [Char] | ||
10 | base58chars = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" | 11 | base58chars = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" |
11 | 12 | ||
12 | base58digits :: [Char] -> Maybe [Int] | 13 | base58digits :: [Char] -> Maybe [Int] |