Crate nix_base32

source ·
Expand description

§Nix-specific base32 encoder/decoder

This crate implements conversion between a [u8] slice and its Nix-specific base32 representation. SHA256 hash codes in nix are usually encoded in base32 with an unusual set of characters (without E O U T).

Functions§

  • Converts the given nix-compatible base32 encoded String to a byte vector.
  • Converts the given byte slice to a nix-compatible base32 encoded String.