base58

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: May 18, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrInvalidBlockSize = errors.New("invalid block size for base58 encoding")
View Source
var ErrInvalidChar = errors.New("invalid character found in block decoding")
View Source
var ErrOverflow = errors.New("overflow found in block decoding")

Functions

func DecodeFromString

func DecodeFromString(src string) ([]byte, error)

DecodeFromString

This function takes a string and attempts to decode it using Monero Base58 formatting

func EncodeToString

func EncodeToString(src []byte) (string, error)

EncodeToString

This function takes a byte array from the caller and encodes it in Monero Base58 format.

Types

This section is empty.

Jump to

Keyboard shortcuts

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