package
0.1.20
Repository: https://github.com/indra-labs/indra.git
Documentation: pkg.go.dev

# Packages

Package based32 provides a simplified variant of the standard Bech32 human readable binary codec This codec simplifies the padding algorithm compared to the Bech32 standard BIP 0173 by performing all of the check validation with the decoded bits instead of separating the pads of each segment.
Package codec provides a high level abstraction for a customisable binary data encoder with a string encoding.
Package codecer is the interface definition for a Human Readable Binary Transcription Codec Interface definitions should be placed in separate packages to implementations so there is no risk of a circular dependency, which is not permitted in Go, because this kind of automated interpretation of programmer intent is the most expensive thing (time, processing, memory) that compilers do.

# Constants

Based32Ciphers is the list of symbols forming the digits for Indra's distinctive Based32 encoding.