hnix-store-core-0.6.1.0: Core effects for interacting with the Nix store.
Safe HaskellSafe-Inferred
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