base32flex

package module
v0.0.0-...-af0c253 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

base32flex

Build Status GoDoc apache license

base32flex is a Go package which implements slightly improved base32 Encoding.

Standard base32 could become more readable if it didn't contain 'I', 'l' (these are often confused with '1') and 'O', 'o' (these are often confused with '0').

So this libray encodes excluding these letters.

LowerEncoding excludes 'l'(lower 'L') and 'o' for use of lower case.

UpperEncoding excludes 'I'(upper 'i') and 'O' for use of upper case.

Both encodings include '8' and '9' that are excluded by Standard base32 encoding (but these could not be confused by any letters).

GoDoc

https://godoc.org/github.com/oirik/base32flex

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LowerEncoding = base32.NewEncoding(encodeLower)

LowerEncoding is more readable base32 encoding as it is used with lower characters.

View Source
var UpperEncoding = base32.NewEncoding(encodeUpper)

UpperEncoding is more readable base32 encoding as it is used with upper characters.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL