based32

package
v0.1.20 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Unlicense Imports: 6 Imported by: 0

Documentation

Overview

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.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Codec provides the encoder/decoder implementation created by makeCodec.
	Codec = makeCodec(
		"Base32Check",
		b32.Based32Ciphers,
		"",
	)
)

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