package
0.0.0-20210712090754-55a2f5289189
Repository: https://github.com/d-platformoperatingsystem/dpos.git
Documentation: pkg.go.dev

# README

basen (base-N) is a simple Go encoding package for representing bytes as big integers in arbitrary base-N encoding.

See https://godoc.org/github.com/cmars/basen for package documentation.

# Packages

No description provided by the author

# Functions

NewEncoding creates a new base-N representation from the given alphabet.

# Variables

Base58 represents bytes as a base-58 number [1-9A-GHJ-LM-Za-z].
Base62 represents bytes as a base-62 number [0-9A-Za-z].

# Structs

Encoding represents a given base-N encoding.