Categorygithub.com/multiformats/go-base36
modulepackage
0.2.0
Repository: https://github.com/multiformats/go-base36.git
Documentation: pkg.go.dev

# README

multiformats/go-base36

Simple base36 codec

This is an optimized codec for []byte <=> base36 string conversion

Documentation

https://pkg.go.dev/github.com/multiformats/go-base36

Lead Maintainer

Steven Allen

Contributing

Contributions are welcome! This repository is related to the IPFS project and therefore governed by our contributing guidelines.

License

SPDX-License-Identifier: Apache-2.0 OR MIT

# Functions

DecodeString takes a base36 encoded string and returns a slice of the decoded bytes.
EncodeToStringLc encodes the given byte-buffer as base36 using [0-9a-z] as the digit-alphabet.
EncodeToStringUc encodes the given byte-buffer as base36 using [0-9A-Z] as the digit-alphabet.

# Constants

No description provided by the author
No description provided by the author