z85m

package module
v0.0.0-...-8c42193 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: GPL-3.0 Imports: 3 Imported by: 1

README

z85m

Z85m is an extension to Z85 (which itself changes Base85 to be more shell-safe) that enables inputs of arbitrary length to be encoded. The specification is found here: https://alecmuffett.com/article/14547

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	InvalidExtension = errors.New("invalid extension")
	InvalidLength    = errors.New("invalid encoded length")
	InvalidPadding   = errors.New("invalid padding")
)

Functions

func Decode

func Decode(src []byte) ([]byte, error)

func Encode

func Encode(src []byte) ([]byte, error)

Types

This section is empty.

Directories

Path Synopsis
cmd
z85m command

Jump to

Keyboard shortcuts

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