base45

package
v0.0.0-...-970d828 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Base45Decoder

type Base45Decoder interface {
	Decode(input string) ([]byte, error)
	NewReader(input string) Base45Reader
}

Base45Decoder allows the decoing of a base45 encoded string

func NewDecoder

func NewDecoder() Base45Decoder

type Base45Reader

type Base45Reader interface {
	Read(b []byte) (n int, err error)
}

Jump to

Keyboard shortcuts

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