packages feed

hnix-store-core-0.4.2.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