gini-crypto-gen-0.1.0.0

Safe HaskellNone
LanguageHaskell2010

Gini.Crypto.Base32

Description

This code should not be used in production

It was designed for transparency not performance and tolerates bad inputs. |

Documentation

foldDigits :: Integral a => (Int, String) -> String -> a #

unfoldDigits :: Integral a => (Int, String) -> a -> String #