packages feed

hnix-store-core-0.3.0.0: src/System/Nix/Base32.hs

{-|
Description: Implementation of Nix's base32 encoding.
-}
module System.Nix.Base32 (
    encode
  , decode
  ) where

import System.Nix.Internal.Base32