cherryBase58

package
v1.3.12 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package cherryBase58 file from https://github.com/akamensky/base58/blob/master/base58.go

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode(input string) (output []byte, err error)

Decode takes string as an input and returns decoded string and error If provided string contains characters illegal for base58 the returned error will be <notnil>

func Encode

func Encode(input []byte) string

Encode takes a slice of bytes and encodes it to base58 string. Leading zero bytes are kept in place for precise decoding.

Types

This section is empty.

Jump to

Keyboard shortcuts

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