hnix-store-core-0.6.0.0: Core effects for interacting with the Nix store.
Safe HaskellNone
LanguageHaskell2010

System.Nix.Internal.Base32

Synopsis

Documentation

encode :: ByteString -> Text Source #

Encode a ByteString in Nix's base32 encoding

decode :: Text -> Either String ByteString Source #

Decode Nix's base32 encoded text